diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 13:06:11 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 13:06:11 +0000 |
commit | 380f014c4c7b3e317181654577b24c41c266bf8f (patch) | |
tree | c2b820da79d77809c0001f16527c902b27fdbe7f /BuildTests/makefile | |
parent | 96fd39eda86e963177cb7895f6c2216ecb9c732a (diff) | |
download | lufa-380f014c4c7b3e317181654577b24c41c266bf8f.tar.gz lufa-380f014c4c7b3e317181654577b24c41c266bf8f.tar.bz2 lufa-380f014c4c7b3e317181654577b24c41c266bf8f.zip |
Added build test to verify correct compilation of all bootloaders using all supported devices.
Fixed compile error with the unreleased ATMEGA32U6 device.
Diffstat (limited to 'BuildTests/makefile')
-rw-r--r-- | BuildTests/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile index ac0cde260..3f3ca5a03 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -13,6 +13,7 @@ all:
%:
$(MAKE) -C BoardDriverTest $@
+ $(MAKE) -C BootloaderBuildTest $@
$(MAKE) -C ModuleTest $@
$(MAKE) -C SingleUSBModeTest $@
$(MAKE) -C StaticAnalysisTest $@
|