aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-11-23 06:59:27 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-11-23 06:59:27 +0000
commitd6192148542bebdfbd7a33b336492e93dbf90406 (patch)
treefde616c30eb3266d05b5108cc4546ade0e6775c1 /Demos/Host/LowLevel/makefile
parent08f448407bc3718c9434dadd26b4266e42e0f21d (diff)
downloadlufa-d6192148542bebdfbd7a33b336492e93dbf90406.tar.gz
lufa-d6192148542bebdfbd7a33b336492e93dbf90406.tar.bz2
lufa-d6192148542bebdfbd7a33b336492e93dbf90406.zip
Update library to indicate support for the Android Accessory Host demo.
Diffstat (limited to 'Demos/Host/LowLevel/makefile')
-rw-r--r--Demos/Host/LowLevel/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile
index 08abaa560..b3aca1288 100644
--- a/Demos/Host/LowLevel/makefile
+++ b/Demos/Host/LowLevel/makefile
@@ -14,6 +14,9 @@
# code.
all:
+ $(MAKE) -C AndroidAccessoryHost clean
+ $(MAKE) -C AndroidAccessoryHost all
+
$(MAKE) -C AudioInputHost clean
$(MAKE) -C AudioInputHost all