Finish initial draft of the Host Mode HID Class driver.
[pub/USBasp.git] / Demos / Host / ClassDriver / makefile
index f301021..a20746d 100644 (file)
@@ -20,9 +20,15 @@ all:
        make -C KeyboardHost clean
        make -C KeyboardHost all
 
+       make -C KeyboardHostWithParser clean
+       make -C KeyboardHostWithParser all
+
        make -C MouseHost clean
        make -C MouseHost all
 
+       make -C MouseHostWithParser clean
+       make -C MouseHostWithParser all
+
        make -C MassStorageHost clean
        make -C MassStorageHost all
 
@@ -32,6 +38,8 @@ all:
 %:
        make -C CDCHost $@
        make -C KeyboardHost $@
+       make -C KeyboardHostWithParser $@
        make -C MouseHost $@
+       make -C MouseHostWithParser $@
        make -C MassStorageHost $@
        make -C StillImageHost $@