Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / Demos / Host / LowLevel / makefile
index 6657c80..08abaa5 100644 (file)
@@ -1,6 +1,6 @@
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2010.
+#     Copyright (C) Dean Camera, 2011.
 #
 #  dean [at] fourwalledcubicle [dot] com
 #           www.lufa-lib.org
 # code.
 
 all:
+       $(MAKE) -C AudioInputHost clean
+       $(MAKE) -C AudioInputHost all
+
+       $(MAKE) -C AudioOutputHost clean
+       $(MAKE) -C AudioOutputHost all
+
        $(MAKE) -C GenericHIDHost clean
        $(MAKE) -C GenericHIDHost all
 
@@ -48,6 +54,8 @@ all:
        $(MAKE) -C VirtualSerialHost all
 
 %:
+       $(MAKE) -C AudioInputHost $@
+       $(MAKE) -C AudioOutputHost $@
        $(MAKE) -C GenericHIDHost $@
        $(MAKE) -C JoystickHostWithParser $@
        $(MAKE) -C KeyboardHost $@