aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/SingleUSBModeTest/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-03 19:44:15 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-03 19:44:15 +0000
commitc7c0e991668385cf86bb63363976cbf713ee14ca (patch)
tree2b7465f2f90c00065189f1aac019a7c4707660ad /BuildTests/SingleUSBModeTest/makefile
parent45c5568b40d65b48e2c94c64c958bf45edf1699c (diff)
Switch StaticAnalysisTest build test to use the new build system CPPCHECK module. Update additional build tests to all include the core build system module.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2300 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/SingleUSBModeTest/makefile')
-rw-r--r--BuildTests/SingleUSBModeTest/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/BuildTests/SingleUSBModeTest/makefile b/BuildTests/SingleUSBModeTest/makefile
index 93027d98..98e2d25f 100644
--- a/BuildTests/SingleUSBModeTest/makefile
+++ b/BuildTests/SingleUSBModeTest/makefile
@@ -37,4 +37,8 @@ clean:
$(MAKE) -s -f makefile.test clean ARCH=UC3
%:
- \ No newline at end of file
+
+.PHONY: begin end compile clean
+
+# Include LUFA build script makefiles
+include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in