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
/
ModuleTest
/
makefile
diff --git
a/BuildTests/ModuleTest/makefile
b/BuildTests/ModuleTest/makefile
index
170c930
..
6cdd575
100644
(file)
--- a/
BuildTests/ModuleTest/makefile
+++ b/
BuildTests/ModuleTest/makefile
@@
-51,4
+51,8
@@
clean:
$(MAKE) -s -f makefile.test clean ARCH=UC3
\r
\r
%:
\r
-
\ No newline at end of file
+
\r
+.PHONY: all arch_avr8 arch_xmega arch_uc3 begin end
\r
+
\r
+# Include LUFA build script makefiles
\r
+include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in
\r