X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/de70f0f1cf034d8f22141a2825f24ad60d14421b..d11ed10c5314c44dc01c06954d1d73d4894cbff8:/Demos/Device/LowLevel/makefile diff --git a/Demos/Device/LowLevel/makefile b/Demos/Device/LowLevel/makefile index 68bcac61a..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,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 $@