From: Dean Camera Date: Mon, 27 Aug 2012 18:53:58 +0000 (+0000) Subject: Fix include path of the LUFA SOURCES build module from the master build module when... X-Git-Tag: LUFA-130303~67 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/e225de8a8372fa2cc5dc1d2d782cf7af0f3c0f08?ds=sidebyside Fix include path of the LUFA SOURCES build module from the master build module when used in a legacy LUFA project makefile. --- 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