projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Oops - fix broken SPI driver due to missing bit inversion on a port mask.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
makefile
diff --git
a/Demos/Host/LowLevel/makefile
b/Demos/Host/LowLevel/makefile
index
2a1caed
..
9a7c465
100644
(file)
--- a/
Demos/Host/LowLevel/makefile
+++ b/
Demos/Host/LowLevel/makefile
@@
-1,7
+1,7
@@
#
# LUFA Library
# Copyright (C) Dean Camera, 2010.
#
# LUFA Library
# Copyright (C) Dean Camera, 2010.
-#
+#
# dean [at] fourwalledcubicle [dot] com
# www.fourwalledcubicle.com
#
# dean [at] fourwalledcubicle [dot] com
# www.fourwalledcubicle.com
#
@@
-38,12
+38,12
@@
all:
$(MAKE) -C PrinterHost clean
$(MAKE) -C PrinterHost all
$(MAKE) -C PrinterHost clean
$(MAKE) -C PrinterHost all
- $(MAKE) -C StillImageHost clean
- $(MAKE) -C StillImageHost all
-
$(MAKE) -C RNDISEthernetHost clean
$(MAKE) -C RNDISEthernetHost all
$(MAKE) -C RNDISEthernetHost clean
$(MAKE) -C RNDISEthernetHost all
+ $(MAKE) -C StillImageHost clean
+ $(MAKE) -C StillImageHost all
+
$(MAKE) -C VirtualSerialHost clean
$(MAKE) -C VirtualSerialHost all
$(MAKE) -C VirtualSerialHost clean
$(MAKE) -C VirtualSerialHost all
@@
-57,6
+57,7
@@
all:
$(MAKE) -C MouseHost $@
$(MAKE) -C MouseHostWithParser $@
$(MAKE) -C PrinterHost $@
$(MAKE) -C MouseHost $@
$(MAKE) -C MouseHostWithParser $@
$(MAKE) -C PrinterHost $@
- $(MAKE) -C StillImageHost $@
$(MAKE) -C RNDISEthernetHost $@
$(MAKE) -C RNDISEthernetHost $@
+ $(MAKE) -C StillImageHost $@
$(MAKE) -C VirtualSerialHost $@
$(MAKE) -C VirtualSerialHost $@
+