Switch StaticAnalysisTest build test to use the new build system CPPCHECK module. Update additional build tests to all include the core build system module.

This commit is contained in:
Dean Camera 2012-06-03 19:44:15 +00:00
parent 41b4c5b645
commit c7344c22ac
5 changed files with 32 additions and 29 deletions

View file

@ -51,4 +51,8 @@ clean:
$(MAKE) -s -f makefile.test clean ARCH=UC3
%:
.PHONY: all arch_avr8 arch_xmega arch_uc3 begin end
# Include LUFA build script makefiles
include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in