projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed typos in the SPI driver SPI_SPEED_FCPU_DIV_64 and SPI_SPEED_FCPU_DIV_128 masks...
[pub/USBasp.git]
/
Demos
/
makefile
diff --git
a/Demos/makefile
b/Demos/makefile
index
333519f
..
b53d81c
100644
(file)
--- a/
Demos/makefile
+++ b/
Demos/makefile
@@
-20,9
+20,6
@@
all:
make -C AudioOutput clean
make -C AudioOutput all
make -C AudioOutput clean
make -C AudioOutput all
- make -C BluetoothHost clean
- make -C BluetoothHost all
-
make -C CDC clean
make -C CDC all
make -C CDC clean
make -C CDC all
@@
-98,7
+95,6
@@
all:
%:
make -C AudioInput $@
make -C AudioOutput $@
%:
make -C AudioInput $@
make -C AudioOutput $@
- make -C BluetoothHost $@
make -C CDC $@
make -C CDCHost $@
make -C DualCDC $@
make -C CDC $@
make -C CDCHost $@
make -C DualCDC $@