diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-17 12:58:15 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-17 12:58:15 +0000 |
commit | 904ad3abd2df55b8f7da2ab84cee13f087386958 (patch) | |
tree | e5f473aab4a990f4f63f14b4bbfc2215c6249ce7 /Demos/makefile | |
parent | 14c5615474b46716d69141ed459c5aa2af3bd65d (diff) | |
download | lufa-904ad3abd2df55b8f7da2ab84cee13f087386958.tar.gz lufa-904ad3abd2df55b8f7da2ab84cee13f087386958.tar.bz2 lufa-904ad3abd2df55b8f7da2ab84cee13f087386958.zip |
Incomplete non-functional BluetoothHost demo removed until it has reached a stable state to prevent confusion.
Diffstat (limited to 'Demos/makefile')
-rw-r--r-- | Demos/makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Demos/makefile b/Demos/makefile index 333519f2b..b53d81cdb 100644 --- a/Demos/makefile +++ b/Demos/makefile @@ -20,9 +20,6 @@ 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 @@ -98,7 +95,6 @@ all: %: make -C AudioInput $@ make -C AudioOutput $@ - make -C BluetoothHost $@ make -C CDC $@ make -C CDCHost $@ make -C DualCDC $@ |