Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option...
[pub/USBasp.git] / Demos / Host / makefile
index 937c8fa..2531413 100644 (file)
@@ -14,5 +14,5 @@
 # code.
 
 %:
-       make -C ClassDriver/ $@
+#      make -C ClassDriver/ $@        <TODO: Re-enable after Host class drivers complete>
        make -C LowLevel/ $@