projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
makefile
diff --git
a/Demos/Device/LowLevel/makefile
b/Demos/Device/LowLevel/makefile
index
6c21911
..
68bcac6
100644
(file)
--- a/
Demos/Device/LowLevel/makefile
+++ b/
Demos/Device/LowLevel/makefile
@@
-50,9
+50,6
@@
all:
make -C RNDISEthernet clean
make -C RNDISEthernet all
- make -C USBtoSerial clean
- make -C USBtoSerial all
-
%:
make -C AudioInput $@
make -C AudioOutput $@
@@
-66,4
+63,3
@@
all:
make -C MIDI $@
make -C Mouse $@
make -C RNDISEthernet $@
- make -C USBtoSerial $@