projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Switch StaticAnalysisTest build test to use the new build system CPPCHECK module...
[pub/USBasp.git]
/
BuildTests
/
BootloaderTest
/
makefile
diff --git
a/BuildTests/BootloaderTest/makefile
b/BuildTests/BootloaderTest/makefile
index
08b7590
..
635c5c6
100644
(file)
--- a/
BuildTests/BootloaderTest/makefile
+++ b/
BuildTests/BootloaderTest/makefile
@@
-54,4
+54,8
@@
clean:
rm -f BuildMakefile
\r
\r
%:
\r
-
\ No newline at end of file
+
\r
+.PHONY: all begin end testbootloaders clean
\r
+
\r
+# Include LUFA build script makefiles
\r
+include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in
\r