aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-11-24 01:24:01 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-11-24 01:24:01 +0000
commit8b5aa616013811faf53fb5c1f2fdb819dd671b36 (patch)
treea80c32e89a847b46e046f70907ff2013c8516647 /Demos/Host/LowLevel/makefile
parent075538abb9af8a31fa8239ecfda592b968cd53d8 (diff)
downloadlufa-8b5aa616013811faf53fb5c1f2fdb819dd671b36.tar.gz
lufa-8b5aa616013811faf53fb5c1f2fdb819dd671b36.tar.bz2
lufa-8b5aa616013811faf53fb5c1f2fdb819dd671b36.zip
Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo.
Diffstat (limited to 'Demos/Host/LowLevel/makefile')
-rw-r--r--Demos/Host/LowLevel/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile
index b3aca1288..9958c4f35 100644
--- a/Demos/Host/LowLevel/makefile
+++ b/Demos/Host/LowLevel/makefile
@@ -57,6 +57,7 @@ all:
$(MAKE) -C VirtualSerialHost all
%:
+ $(MAKE) -C AndroidAccessoryHost $@
$(MAKE) -C AudioInputHost $@
$(MAKE) -C AudioOutputHost $@
$(MAKE) -C GenericHIDHost $@