Additional file renames and modifications to change CDC demos to VirtualSerial.
This commit is contained in:
parent
7a9b3d3641
commit
cf22a744ec
45 changed files with 41 additions and 41 deletions
|
@ -20,11 +20,8 @@ all:
|
|||
make -C AudioOutput clean
|
||||
make -C AudioOutput all
|
||||
|
||||
make -C CDC clean
|
||||
make -C CDC all
|
||||
|
||||
make -C DualCDC clean
|
||||
make -C DualCDC all
|
||||
make -C DualVirtualSerial clean
|
||||
make -C DualVirtualSerial all
|
||||
|
||||
make -C GenericHID clean
|
||||
make -C GenericHID all
|
||||
|
@ -50,11 +47,13 @@ all:
|
|||
make -C RNDISEthernet clean
|
||||
make -C RNDISEthernet all
|
||||
|
||||
make -C VirtualSerial clean
|
||||
make -C VirtualSerial all
|
||||
|
||||
%:
|
||||
make -C AudioInput $@
|
||||
make -C AudioOutput $@
|
||||
make -C CDC $@
|
||||
make -C DualCDC $@
|
||||
make -C DualVirtualSerial $@
|
||||
make -C GenericHID $@
|
||||
make -C Joystick $@
|
||||
make -C Keyboard $@
|
||||
|
@ -63,3 +62,4 @@ all:
|
|||
make -C MIDI $@
|
||||
make -C Mouse $@
|
||||
make -C RNDISEthernet $@
|
||||
make -C VirtualSerial $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue