Add script reading bootloader flags
[pub/lufa.git] / LUFA / Build / DMBS / Template / makefile
index d882923..817f96f 100644 (file)
@@ -20,8 +20,12 @@ LD_FLAGS     =
 # Default target
 all:
 
-# Include DMBS build script makefiles
+# Include libraries and DMBS build script makefiles
 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