Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo...
[pub/USBasp.git] / Demos / Device / ClassDriver / makefile
index b833f41..6062d32 100644 (file)
@@ -53,9 +53,6 @@ all:
        make -C RNDISEthernet clean
        make -C RNDISEthernet all
 
-       make -C USBtoSerial clean
-       make -C USBtoSerial all
-
 %:
        make -C AudioInput $@
        make -C AudioOutput $@
@@ -70,4 +67,3 @@ all:
        make -C MIDI $@
        make -C Mouse $@
        make -C RNDISEthernet $@
-       make -C USBtoSerial $@