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
/
BoardDriverTest
/
makefile
diff --git
a/BuildTests/BoardDriverTest/makefile
b/BuildTests/BoardDriverTest/makefile
index
1d1be86
..
252b3f8
100644
(file)
--- a/
BuildTests/BoardDriverTest/makefile
+++ b/
BuildTests/BoardDriverTest/makefile
@@
-59,4
+59,8
@@
clean:
$(MAKE) -s -f makefile.test clean ARCH=UC3
\r
\r
%:
\r
-
\ No newline at end of file
+
\r
+.PHONY: all begin end makeboardlist testboards clean
\r
+
\r
+# Include LUFA build script makefiles
\r
+include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in
\r