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 /Demos/Device/ClassDriver/MassStorage | |
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 'Demos/Device/ClassDriver/MassStorage')
-rw-r--r-- | Demos/Device/ClassDriver/MassStorage/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/MassStorage/makefile b/Demos/Device/ClassDriver/MassStorage/makefile index 66d8eb2ad..dc13db9ca 100644 --- a/Demos/Device/ClassDriver/MassStorage/makefile +++ b/Demos/Device/ClassDriver/MassStorage/makefile @@ -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
\ No newline at end of file |