projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add script reading bootloader flags
[pub/lufa.git]
/
LUFA
/
Build
/
DMBS
/
Template
/
makefile
diff --git
a/LUFA/Build/DMBS/Template/makefile
b/LUFA/Build/DMBS/Template/makefile
index
d882923
..
817f96f
100644
(file)
--- a/
LUFA/Build/DMBS/Template/makefile
+++ b/
LUFA/Build/DMBS/Template/makefile
@@
-20,8
+20,12
@@
LD_FLAGS =
# Default target
all:
# Default target
all:
-# Include DMBS build script makefiles
+# Include
libraries and
DMBS build script makefiles
DMBS_PATH ?= ../DMBS
DMBS_PATH ?= ../DMBS
+LIB_PATH ?= lib
+
+include $(LIB_PATH)/TEMPLATE_LIB/TEMPLATE_LIB.mk
+
include $(DMBS_PATH)/core.mk
include $(DMBS_PATH)/gcc.mk
include $(DMBS_PATH)/cppcheck.mk
include $(DMBS_PATH)/core.mk
include $(DMBS_PATH)/gcc.mk
include $(DMBS_PATH)/cppcheck.mk