forked from mirror/qmk_firmware
Add build test for forced single USB modes.
Fix UC3 Interrupt Management platform driver not compiling under C++.
This commit is contained in:
@@ -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 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user