Switch StaticAnalysisTest build test to use the new build system CPPCHECK module...
[pub/USBasp.git] / BuildTests / BoardDriverTest / makefile
index 1477205..252b3f8 100644 (file)
@@ -45,7 +45,7 @@ testboards:
             echo "Found board configuration for $$build_board - $$build_arch, $$build_mcu";            \\r
                                                                                                            \\r
                 printf "\t@echo Building dummy project for $$build_board...\n" >> BuildMakefile;           \\r
-                printf "\tmake -s -f makefile.test clean elf MCU=%s ARCH=%s BOARD=%s\n\n" $$build_mcu $$build_arch $$build_board >> BuildMakefile; \\r
+                printf "\t$(MAKE) -s -f makefile.test clean elf MCU=%s ARCH=%s BOARD=%s\n\n" $$build_mcu $$build_arch $$build_board >> BuildMakefile; \\r
           fi;                                                                                          \\r
         done < BoardList.txt\r
         \r
@@ -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