X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b9b03aadb219d06fbad9d110e508db93e45461af..7aecda6fda5bcced68d72b0cf73d00174aa5c7cd:/Demos/Device/LowLevel/makefile?ds=inline diff --git a/Demos/Device/LowLevel/makefile b/Demos/Device/LowLevel/makefile index 6c21911e9..991b37e49 100644 --- a/Demos/Device/LowLevel/makefile +++ b/Demos/Device/LowLevel/makefile @@ -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,14 +47,13 @@ all: make -C RNDISEthernet clean make -C RNDISEthernet all - make -C USBtoSerial clean - make -C USBtoSerial 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 $@ @@ -66,4 +62,4 @@ all: make -C MIDI $@ make -C Mouse $@ make -C RNDISEthernet $@ - make -C USBtoSerial $@ + make -C VirtualSerial $@