aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-29 12:42:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-29 12:42:25 +0000
commitdc83f73ca34610aaf48962abeb06fb21d9bde23b (patch)
tree4ab726d9cfd4353c0040be1f97023d97abb26933 /Demos/Device/makefile
parentd83d87e1b8aa8c76e062f01588066d9ab4233828 (diff)
downloadlufa-dc83f73ca34610aaf48962abeb06fb21d9bde23b.tar.gz
lufa-dc83f73ca34610aaf48962abeb06fb21d9bde23b.tar.bz2
lufa-dc83f73ca34610aaf48962abeb06fb21d9bde23b.zip
Added new GenericHID device demo application.
Diffstat (limited to 'Demos/Device/makefile')
-rw-r--r--Demos/Device/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Demos/Device/makefile b/Demos/Device/makefile
index 825825f81..6c21911e9 100644
--- a/Demos/Device/makefile
+++ b/Demos/Device/makefile
@@ -26,6 +26,9 @@ all:
make -C DualCDC clean
make -C DualCDC all
+ make -C GenericHID clean
+ make -C GenericHID all
+
make -C Joystick clean
make -C Joystick all
@@ -55,6 +58,7 @@ all:
make -C AudioOutput $@
make -C CDC $@
make -C DualCDC $@
+ make -C GenericHID $@
make -C Joystick $@
make -C Keyboard $@
make -C KeyboardMouse $@