projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix incorrect macro guard in the UC3 EndpointStream header file.
[pub/USBasp.git]
/
Projects
/
makefile
diff --git
a/Projects/makefile
b/Projects/makefile
index
19e3d3e
..
531c52e
100644
(file)
--- a/
Projects/makefile
+++ b/
Projects/makefile
@@
-1,9
+1,9
@@
#
# LUFA Library
#
# LUFA Library
-# Copyright (C) Dean Camera, 201
0
.
+# Copyright (C) Dean Camera, 201
1
.
#
# dean [at] fourwalledcubicle [dot] com
#
# dean [at] fourwalledcubicle [dot] com
-#
www.fourwalledcubicle.com
+#
www.lufa-lib.org
#
# Makefile to build all the LUFA Projects. Call with "make all" to
#
# Makefile to build all the LUFA Projects. Call with "make all" to
@@
-26,6
+26,12
@@
all:
$(MAKE) -C Magstripe clean
$(MAKE) -C Magstripe all
$(MAKE) -C Magstripe clean
$(MAKE) -C Magstripe all
+ $(MAKE) -C MediaController clean
+ $(MAKE) -C MediaController all
+
+ $(MAKE) -C MIDIToneGenerator clean
+ $(MAKE) -C MIDIToneGenerator all
+
$(MAKE) -C MissileLauncher clean
$(MAKE) -C MissileLauncher all
$(MAKE) -C MissileLauncher clean
$(MAKE) -C MissileLauncher all
@@
-49,6
+55,7
@@
all:
$(MAKE) -C Benito $@
$(MAKE) -C LEDNotifier $@
$(MAKE) -C Magstripe $@
$(MAKE) -C Benito $@
$(MAKE) -C LEDNotifier $@
$(MAKE) -C Magstripe $@
+ $(MAKE) -C MediaController $@
$(MAKE) -C MissileLauncher $@
$(MAKE) -C RelayBoard $@
$(MAKE) -C TempDataLogger $@
$(MAKE) -C MissileLauncher $@
$(MAKE) -C RelayBoard $@
$(MAKE) -C TempDataLogger $@