X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b9b03aadb219d06fbad9d110e508db93e45461af..254a0c1ae83750a3c3e4e5ebfd390146f8ac36e0:/Demos/Device/ClassDriver/makefile diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile index 6c21911e9..507a413f4 100644 --- a/Demos/Device/ClassDriver/makefile +++ b/Demos/Device/ClassDriver/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 @@ -41,6 +38,9 @@ all: make -C MassStorage clean make -C MassStorage all + make -C MassStorageKeyboard clean + make -C MassStorageKeyboard all + make -C MIDI clean make -C MIDI all @@ -50,20 +50,24 @@ 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 VirtualSerialMouse clean + make -C VirtualSerialMouse 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 $@ make -C KeyboardMouse $@ make -C MassStorage $@ + make -C MassStorageKeyboard $@ make -C MIDI $@ make -C Mouse $@ make -C RNDISEthernet $@ - make -C USBtoSerial $@ + make -C VirtualSerial $@ + make -C VirtualSerialMouse $@