Oops - with new changes to the way the device Configuration Descriptor is retrieved...
[pub/USBasp.git] / Demos / Host / ClassDriver / makefile
index 993fe8b..7160783 100644 (file)
@@ -18,8 +18,16 @@ all:
        make -C CDCHost 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 MouseHost $@
+       make -C MassStorageHost $@
+       make -C StillImageHost $@