aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-19 13:19:12 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-19 13:19:12 +0000
commit48400df13c7f9f4f0fd8e7f841d49f9502557cb1 (patch)
treeed85121bd26ebf8b49ed7e4c49cf9d63712874e5 /Demos/makefile
parent9e9fc97fc902656e654bf378ab0f2a3d6874f7aa (diff)
downloadlufa-48400df13c7f9f4f0fd8e7f841d49f9502557cb1.tar.gz
lufa-48400df13c7f9f4f0fd8e7f841d49f9502557cb1.tar.bz2
lufa-48400df13c7f9f4f0fd8e7f841d49f9502557cb1.zip
Combined Keyboard, KeyboardViaInt and KeyboardFullInt demos into a single unified demo.
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 b53d81cdb..2fd957a36 100644
--- a/Demos/makefile
+++ b/Demos/makefile
@@ -38,12 +38,6 @@ all:
make -C Keyboard clean
make -C Keyboard all
- make -C KeyboardFullInt clean
- make -C KeyboardFullInt all
-
- make -C KeyboardViaInt clean
- make -C KeyboardViaInt all
-
make -C KeyboardHost clean
make -C KeyboardHost all
@@ -101,8 +95,6 @@ all:
make -C Joystick $@
make -C KeyboardMouse $@
make -C Keyboard $@
- make -C KeyboardFullInt $@
- make -C KeyboardViaInt $@
make -C KeyboardHost $@
make -C KeyboardHostWithParser $@
make -C KeyboardHostViaInt $@