diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-27 18:53:58 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-27 18:53:58 +0000 |
commit | e225de8a8372fa2cc5dc1d2d782cf7af0f3c0f08 (patch) | |
tree | 1f0e220a841f924a9c791ed52d34b40ffc29482c /LUFA/makefile | |
parent | ff00644cb8c3c6ec06cfb91b5d357f882efb6633 (diff) | |
download | lufa-e225de8a8372fa2cc5dc1d2d782cf7af0f3c0f08.tar.gz lufa-e225de8a8372fa2cc5dc1d2d782cf7af0f3c0f08.tar.bz2 lufa-e225de8a8372fa2cc5dc1d2d782cf7af0f3c0f08.zip |
Fix include path of the LUFA SOURCES build module from the master build module when used in a legacy LUFA project makefile.
Diffstat (limited to 'LUFA/makefile')
-rw-r--r-- | LUFA/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |