Added new "Common" section to the class drivers, to hold all mode-independant definit...
[pub/lufa.git] / Demos / Host / makefile
index 937c8fa..2da9893 100644 (file)
@@ -14,5 +14,5 @@
 # code.
 
 %:
-       make -C ClassDriver/ $@
+       #make -C ClassDriver/ $@  -- TODO: Re-enable once Host Mode class drivers complete
        make -C LowLevel/ $@