Add build test for forced single USB modes.
Fix UC3 Interrupt Management platform driver not compiling under C++.
This commit is contained in:
parent
1132488e8f
commit
2f036ae2bf
12 changed files with 2024 additions and 6 deletions
|
|
@ -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 $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue