aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-01-26 21:33:07 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-01-26 21:33:07 +0000
commite4da29294db85b3108a0669d39db27e494d6eb3f (patch)
tree7524d3d7c881de32080cb0ed82fc4aa16d6f7755 /Demos/Device/ClassDriver/makefile
parent25d506a5ac64f3c77cd6d028a7e52d64076bb309 (diff)
Added new KeyboardMouseMultiReport Device ClassDriver demo.
Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used. Added new MAX() and MIN() convenience macros. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1643 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/makefile')
-rw-r--r--Demos/Device/ClassDriver/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile
index 8a691bbf..97194a7a 100644
--- a/Demos/Device/ClassDriver/makefile
+++ b/Demos/Device/ClassDriver/makefile
@@ -35,6 +35,9 @@ all:
$(MAKE) -C KeyboardMouse clean
$(MAKE) -C KeyboardMouse all
+ $(MAKE) -C KeyboardMouseMultiReport clean
+ $(MAKE) -C KeyboardMouseMultiReport all
+
$(MAKE) -C MassStorage clean
$(MAKE) -C MassStorage all