diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-04 16:31:50 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-04 16:31:50 +0000 |
commit | 49ca5c3c8306b2c85019eb24584da8c67dd042dc (patch) | |
tree | ac0ebac8b2a9a072df8f3e544f6820502c8965c6 /LUFA/CodeTemplates/makefile_template | |
parent | 32f2d59bc0aec1e7c6b88301e3bd7a58ddc0c8c8 (diff) | |
download | lufa-49ca5c3c8306b2c85019eb24584da8c67dd042dc.tar.gz lufa-49ca5c3c8306b2c85019eb24584da8c67dd042dc.tar.bz2 lufa-49ca5c3c8306b2c85019eb24584da8c67dd042dc.zip |
Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.
Diffstat (limited to 'LUFA/CodeTemplates/makefile_template')
-rw-r--r-- | LUFA/CodeTemplates/makefile_template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/CodeTemplates/makefile_template b/LUFA/CodeTemplates/makefile_template index 6f3c1c706..0be15b2c9 100644 --- a/LUFA/CodeTemplates/makefile_template +++ b/LUFA/CodeTemplates/makefile_template @@ -28,6 +28,8 @@ all: include $(LUFA_PATH)/Build/lufa.core.in
include $(LUFA_PATH)/Build/lufa.sources.in
include $(LUFA_PATH)/Build/lufa.build.in
+include $(LUFA_PATH)/Build/lufa.cppcheck.in
include $(LUFA_PATH)/Build/lufa.doxygen.in
include $(LUFA_PATH)/Build/lufa.dfu.in
include $(LUFA_PATH)/Build/lufa.avrdude.in
+include $(LUFA_PATH)/Build/lufa.atprogram.in
|