diff options
Diffstat (limited to 'Demos/Host/LowLevel/makefile')
-rw-r--r-- | Demos/Host/LowLevel/makefile | 1 |
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 $@ |