Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Feature...
[pub/USBasp.git] / Demos / Host / makefile
index 6e43133..82661ff 100644 (file)
@@ -17,8 +17,11 @@ all:
        make -C CDCHost clean
        make -C CDCHost all     
 
+       make -C GenericHIDHost clean
+       make -C GenericHIDHost all      
+
        make -C KeyboardHost clean
-       make -C KeyboardHostWithParser all      
+       make -C KeyboardHost all        
 
        make -C MassStorageHost clean
        make -C MassStorageHost all     
@@ -34,6 +37,7 @@ all:
 
 %:
        make -C CDCHost $@
+       make -C GenericHIDHost $@
        make -C KeyboardHost $@
        make -C KeyboardHostWithParser $@
        make -C MassStorageHost $@