From b9b7ed99f90d51f9c672d50845f77eb86e6f2ab0 Mon Sep 17 00:00:00 2001 From: Dean 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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2306 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Demos/Device/Incomplete/Sideshow/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Demos/Device/Incomplete/Sideshow/makefile') diff --git a/Demos/Device/Incomplete/Sideshow/makefile b/Demos/Device/Incomplete/Sideshow/makefile index 7aa6495e..b5a45938 100644 --- a/Demos/Device/Incomplete/Sideshow/makefile +++ b/Demos/Device/Incomplete/Sideshow/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.doxygen.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