From 49ca5c3c8306b2c85019eb24584da8c67dd042dc Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 4 Jun 2012 16:31:50 +0000 Subject: Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles. --- Demos/Device/LowLevel/RNDISEthernet/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Demos/Device/LowLevel/RNDISEthernet/makefile') diff --git a/Demos/Device/LowLevel/RNDISEthernet/makefile b/Demos/Device/LowLevel/RNDISEthernet/makefile index 096f8498d..fe9256774 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/makefile +++ b/Demos/Device/LowLevel/RNDISEthernet/makefile @@ -29,6 +29,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 -- cgit v1.2.3