X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b9b03aadb219d06fbad9d110e508db93e45461af..d11ed10c5314c44dc01c06954d1d73d4894cbff8:/Demos/Device/LowLevel/makefile diff --git a/Demos/Device/LowLevel/makefile b/Demos/Device/LowLevel/makefile index 6c21911e9..83e99a9a6 100644 --- a/Demos/Device/LowLevel/makefile +++ b/Demos/Device/LowLevel/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2009. +# Copyright (C) Dean Camera, 2010. # # dean [at] fourwalledcubicle [dot] com # www.fourwalledcubicle.com @@ -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 $@