aboutsummaryrefslogtreecommitdiff
path: root/Demos/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-09-29 07:13:42 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-09-29 07:13:42 +0000
commit23792fc9e8b4a623cbf30a520d1b853e8a20f3c5 (patch)
tree38dd59ac1ada366b6053c2bd78bb9cc546505f19 /Demos/makefile
parentd918240b54bf957fe317e95ecb57aad16f77839b (diff)
Remove old OTG demo directory with useless TestApp demo. Add new DualRole directory with new Class Driver powered Mouse dual role demonstration application showing a dual role device using the HID host/device Class drivers.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@847 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/makefile')
-rw-r--r--Demos/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/makefile b/Demos/makefile
index cb624f41..c98fa1a8 100644
--- a/Demos/makefile
+++ b/Demos/makefile
@@ -16,4 +16,4 @@
%:
make -C Device/ $@
make -C Host/ $@
- make -C OTG/ $@
+ make -C DualRole/ $@