Fix include path of the LUFA SOURCES build module from the master build module when used in a legacy LUFA project makefile.

This commit is contained in:
Dean Camera 2012-08-27 18:53:58 +00:00
parent ff00644cb8
commit e225de8a83
1 changed files with 1 additions and 1 deletions

View File

@ -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