1
0

Added build test to verify correct compilation of all bootloaders using all supported devices.

Fixed compile error with the unreleased ATMEGA32U6 device.
This commit is contained in:
Dean Camera
2012-05-13 13:06:11 +00:00
parent 96fd39eda8
commit 380f014c4c
8 changed files with 109 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
all:
%:
$(MAKE) -C BoardDriverTest $@
$(MAKE) -C BootloaderBuildTest $@
$(MAKE) -C ModuleTest $@
$(MAKE) -C SingleUSBModeTest $@
$(MAKE) -C StaticAnalysisTest $@