aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/makefile
diff options
context:
space:
mode:
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 $@