From e225de8a8372fa2cc5dc1d2d782cf7af0f3c0f08 Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Mon, 27 Aug 2012 18:53:58 +0000
Subject: [PATCH] Fix include path of the LUFA SOURCES build module from the
 master build module when used in a legacy LUFA project makefile.

---
 LUFA/makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LUFA/makefile b/LUFA/makefile
index ca5eacfe8..d55291cf9 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -30,7 +30,7 @@ version:
 ifneq ($(LUFA_PATH),)
   LUFA_ROOT_PATH = $(patsubst %/,%,$(LUFA_PATH))/LUFA/
   
-  include $(patsubst %/,%,$(LUFA_PATH))/LUFA/Build/lufa.sources.in
+  include $(patsubst %/,%,$(LUFA_PATH))/LUFA/Build/lufa_sources.mk
 else
   LUFA_BUILD_MODULES     += MASTER
   LUFA_BUILD_TARGETS     += export_tar version
-- 
GitLab