Oops - Keyboard boot report structure should be an array of 6 keycodes.
[pub/lufa.git] / Demos / Host / ClassDriver / makefile
index 993fe8b..f301021 100644 (file)
@@ -17,9 +17,21 @@ all:
        make -C CDCHost clean
        make -C CDCHost all     
 
+       make -C KeyboardHost clean
+       make -C KeyboardHost all
+
        make -C MouseHost clean
-       make -C MouseHost all   
+       make -C MouseHost all
+
+       make -C MassStorageHost clean
+       make -C MassStorageHost all
 
+       make -C StillImageHost clean
+       make -C StillImageHost all
+       
 %:
        make -C CDCHost $@
+       make -C KeyboardHost $@
        make -C MouseHost $@
+       make -C MassStorageHost $@
+       make -C StillImageHost $@