aboutsummaryrefslogtreecommitdiff
path: root/Demos/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-03-20 05:39:15 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-03-20 05:39:15 +0000
commit0ed9598a9aab0e947ecc766559debd2aa58ea36d (patch)
tree5243014d8735f14a0841f793738c8ca51f46f783 /Demos/makefile
parent5ad0d58091dc0003f5fc620fd8083274efca40d7 (diff)
Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@474 d5102386-fcda-11dd-9fdb-3debd5008f28
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 8f441461..67d1b8cd 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 $@