aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-20 05:39:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-20 05:39:15 +0000
commitecf7538430c01b95104682f0f7493e57b9168125 (patch)
tree5243014d8735f14a0841f793738c8ca51f46f783 /Demos/makefile
parentee7bd5685e000b3a128069fd75d436c653ab54b2 (diff)
downloadlufa-ecf7538430c01b95104682f0f7493e57b9168125.tar.gz
lufa-ecf7538430c01b95104682f0f7493e57b9168125.tar.bz2
lufa-ecf7538430c01b95104682f0f7493e57b9168125.zip
Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos.
Diffstat (limited to 'Demos/makefile')
-rw-r--r--Demos/makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Demos/makefile b/Demos/makefile
index 8f441461a..67d1b8cdf 100644
--- a/Demos/makefile
+++ b/Demos/makefile
@@ -44,9 +44,6 @@ all:
make -C KeyboardHostWithParser clean
make -C KeyboardHostWithParser all
- make -C KeyboardHostViaInt clean
- make -C KeyboardHostViaInt all
-
make -C MassStorage clean
make -C MassStorage all
@@ -65,9 +62,6 @@ all:
make -C MouseHostWithParser clean
make -C MouseHostWithParser all
- make -C MouseHostViaInt clean
- make -C MouseHostViaInt all
-
make -C RNDISEthernet clean
make -C RNDISEthernet all
@@ -91,14 +85,12 @@ all:
make -C Keyboard $@
make -C KeyboardHost $@
make -C KeyboardHostWithParser $@
- make -C KeyboardHostViaInt $@
make -C MassStorage $@
make -C MassStorageHost $@
make -C MIDI $@
make -C Mouse $@
make -C MouseHost $@
make -C MouseHostWithParser $@
- make -C MouseHostViaInt $@
make -C RNDISEthernet $@
make -C StillImageHost $@
make -C TestApp $@