aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-07-05 18:32:50 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-07-05 18:32:50 +0000
commitf7ad67cf18dd41ac7719e8cb028aa997804df6bb (patch)
treee84f76e23e9aae42654246cc65d1ebd73207e590 /LUFA/makefile
parent865529adeabe501870f52d4c0b8b99a940adbdea (diff)
downloadlufa-f7ad67cf18dd41ac7719e8cb028aa997804df6bb.tar.gz
lufa-f7ad67cf18dd41ac7719e8cb028aa997804df6bb.tar.bz2
lufa-f7ad67cf18dd41ac7719e8cb028aa997804df6bb.zip
Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LUFA_ROOT_PATH rather than LUFA_PATH.
Diffstat (limited to 'LUFA/makefile')
-rw-r--r--LUFA/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/makefile b/LUFA/makefile
index 21f0f578a..e8b7b7b9e 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -25,9 +25,9 @@ version:
# Check if this is being included from a legacy or non LUFA build system makefile
ifneq ($(LUFA_PATH),)
- LUFA_ROOT_PATH = $(LUFA_PATH)/LUFA/
+ LUFA_ROOT_PATH = $(patsubst %/,%,$(LUFA_PATH))/LUFA/
- include $(LUFA_PATH)/LUFA/Build/lufa.sources.in
+ include $(patsubst %/,%,$(LUFA_PATH))/LUFA/Build/lufa.sources.in
else
LUFA_BUILD_MODULES += MASTER
LUFA_BUILD_TARGETS += export_tar version