projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option...
[pub/USBasp.git]
/
Demos
/
Host
/
makefile
diff --git
a/Demos/Host/makefile
b/Demos/Host/makefile
index
937c8fa
..
2531413
100644
(file)
--- a/
Demos/Host/makefile
+++ b/
Demos/Host/makefile
@@
-14,5
+14,5
@@
# code.
%:
- make -C ClassDriver/ $@
+# make -C ClassDriver/ $@ <TODO: Re-enable after Host class drivers complete>
make -C LowLevel/ $@