aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-03-16 05:58:58 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-03-16 05:58:58 +0000
commitfe62770a1ea8078ec6234ef9f92e39a7f542ce9e (patch)
tree199f55a4acbd8a18c1f09efd2b8f07ecc7fffa09 /Demos/Device/ClassDriver/makefile
parent5eb1862d542418864ce4915b924eaef42201a677 (diff)
downloadlufa-fe62770a1ea8078ec6234ef9f92e39a7f542ce9e.tar.gz
lufa-fe62770a1ea8078ec6234ef9f92e39a7f542ce9e.tar.bz2
lufa-fe62770a1ea8078ec6234ef9f92e39a7f542ce9e.zip
Added new VirtualSerialMassStorage Device Class Driver demo.
Diffstat (limited to 'Demos/Device/ClassDriver/makefile')
-rw-r--r--Demos/Device/ClassDriver/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile
index 97194a7aa..334a6d3a6 100644
--- a/Demos/Device/ClassDriver/makefile
+++ b/Demos/Device/ClassDriver/makefile
@@ -59,6 +59,9 @@ all:
$(MAKE) -C VirtualSerialMouse clean
$(MAKE) -C VirtualSerialMouse all
+ $(MAKE) -C VirtualSerialMassStorage clean
+ $(MAKE) -C VirtualSerialMassStorage all
+
%:
$(MAKE) -C AudioInput $@
$(MAKE) -C AudioOutput $@
@@ -67,6 +70,7 @@ all:
$(MAKE) -C Joystick $@
$(MAKE) -C Keyboard $@
$(MAKE) -C KeyboardMouse $@
+ $(MAKE) -C KeyboardMouseMultiReport $@
$(MAKE) -C MassStorage $@
$(MAKE) -C MassStorageKeyboard $@
$(MAKE) -C MIDI $@
@@ -74,4 +78,5 @@ all:
$(MAKE) -C RNDISEthernet $@
$(MAKE) -C VirtualSerial $@
$(MAKE) -C VirtualSerialMouse $@
+ $(MAKE) -C VirtualSerialMassStorage $@