aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BootloaderTest
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-03 19:44:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-03 19:44:15 +0000
commitc7344c22ac700dacf55a8dc729111dd7781c5fed (patch)
tree2b7465f2f90c00065189f1aac019a7c4707660ad /BuildTests/BootloaderTest
parent41b4c5b645ffe8ae3c22af00e6613c4dec8758be (diff)
downloadlufa-c7344c22ac700dacf55a8dc729111dd7781c5fed.tar.gz
lufa-c7344c22ac700dacf55a8dc729111dd7781c5fed.tar.bz2
lufa-c7344c22ac700dacf55a8dc729111dd7781c5fed.zip
Switch StaticAnalysisTest build test to use the new build system CPPCHECK module. Update additional build tests to all include the core build system module.
Diffstat (limited to 'BuildTests/BootloaderTest')
-rw-r--r--BuildTests/BootloaderTest/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/BuildTests/BootloaderTest/makefile b/BuildTests/BootloaderTest/makefile
index 08b7590b3..635c5c690 100644
--- a/BuildTests/BootloaderTest/makefile
+++ b/BuildTests/BootloaderTest/makefile
@@ -54,4 +54,8 @@ clean:
rm -f BuildMakefile
%:
- \ No newline at end of file
+
+.PHONY: all begin end testbootloaders clean
+
+# Include LUFA build script makefiles
+include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in