aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-02-19 01:17:54 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-02-19 01:17:54 +0000
commitd590700b90e9b8b8620d76a02680fe507646a86d (patch)
treeff18a61d50f7288b7a52a2891a80c16719317739 /BuildTests/makefile
parent3879d85a2e090232d8fc4b63bdc3ba240447214f (diff)
Add build test for forced single USB modes.
Fix UC3 Interrupt Management platform driver not compiling under C++. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2054 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/makefile')
-rw-r--r--BuildTests/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile
index bc71160b..26b29ed9 100644
--- a/BuildTests/makefile
+++ b/BuildTests/makefile
@@ -11,9 +11,10 @@
# not intended to be modified or compiled by non-developers.
all:
- $(MAKE) -C ModuleTest clean
$(MAKE) -C ModuleTest all
+ $(MAKE) -C SingleUSBModeTest all
%:
$(MAKE) -C ModuleTest $@
+ $(MAKE) -C SingleUSBModeTest $@