aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-13 13:13:45 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-13 13:13:45 +0000
commit5cba3ce3a489f1c6c38606bc6425f9c8a06fba8e (patch)
treed3eb8d67b632e47885ede0b25199433084cff1d1 /BuildTests/makefile
parent40fd566dbaa76b1b40677cc826da2e89af424aa2 (diff)
parent998009c490409ed4419d3f3d6e43313826bc1796 (diff)
downloadlufa-5cba3ce3a489f1c6c38606bc6425f9c8a06fba8e.tar.gz
lufa-5cba3ce3a489f1c6c38606bc6425f9c8a06fba8e.tar.bz2
lufa-5cba3ce3a489f1c6c38606bc6425f9c8a06fba8e.zip
AppConfigHeaders: Merge in latest trunk.
Diffstat (limited to 'BuildTests/makefile')
-rw-r--r--BuildTests/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile
index ac0cde260..bb76edd8c 100644
--- a/BuildTests/makefile
+++ b/BuildTests/makefile
@@ -13,6 +13,7 @@
all:
%:
$(MAKE) -C BoardDriverTest $@
+ $(MAKE) -C BootloaderTest $@
$(MAKE) -C ModuleTest $@
$(MAKE) -C SingleUSBModeTest $@
$(MAKE) -C StaticAnalysisTest $@