projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LUFA_ROOT_...
[pub/USBasp.git]
/
LUFA
/
makefile
diff --git
a/LUFA/makefile
b/LUFA/makefile
index
21f0f57
..
e8b7b7b
100644
(file)
--- 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),)
# 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
else
LUFA_BUILD_MODULES += MASTER
LUFA_BUILD_TARGETS += export_tar version