aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-29 07:13:42 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-29 07:13:42 +0000
commitfa8d25ef29eb9e96f9089d17eeb64b3a5edb8e66 (patch)
tree38dd59ac1ada366b6053c2bd78bb9cc546505f19 /Demos/makefile
parente57e08c67237cf73d28afac7f672ec1e74ec308d (diff)
downloadlufa-fa8d25ef29eb9e96f9089d17eeb64b3a5edb8e66.tar.gz
lufa-fa8d25ef29eb9e96f9089d17eeb64b3a5edb8e66.tar.bz2
lufa-fa8d25ef29eb9e96f9089d17eeb64b3a5edb8e66.zip
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.
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 cb624f412..c98fa1a8a 100644
--- a/Demos/makefile
+++ b/Demos/makefile
@@ -16,4 +16,4 @@
%:
make -C Device/ $@
make -C Host/ $@
- make -C OTG/ $@
+ make -C DualRole/ $@