projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff00644
)
Fix include path of the LUFA SOURCES build module from the master build module when...
author
Dean Camera
<dean@fourwalledcubicle.com>
Mon, 27 Aug 2012 18:53:58 +0000
(18:53 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Mon, 27 Aug 2012 18:53:58 +0000
(18:53 +0000)
LUFA/makefile
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/makefile
b/LUFA/makefile
index
ca5eacf
..
d55291c
100644
(file)
--- 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