aboutsummaryrefslogtreecommitdiff
path: root/Projects/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-05-26 11:37:40 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-05-26 11:37:40 +0000
commit6872a3e49f089fb3a86e4bdebfaccb877bc620b6 (patch)
tree25b4e9be5be1862067a86db81f153e5d459b06f1 /Projects/makefile
parent3521a24186bfbf2a564d56f72f3fc2591ff67769 (diff)
Fix incorrect macro guard in the UC3 EndpointStream header file.
Fix incorrect project name in the Projects/ folder makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1766 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/makefile')
-rw-r--r--Projects/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/makefile b/Projects/makefile
index b5325f66..531c52ec 100644
--- a/Projects/makefile
+++ b/Projects/makefile
@@ -26,8 +26,8 @@ all:
$(MAKE) -C Magstripe clean
$(MAKE) -C Magstripe all
- $(MAKE) -C MediaControl clean
- $(MAKE) -C MediaControl all
+ $(MAKE) -C MediaController clean
+ $(MAKE) -C MediaController all
$(MAKE) -C MIDIToneGenerator clean
$(MAKE) -C MIDIToneGenerator all
@@ -55,7 +55,7 @@ all:
$(MAKE) -C Benito $@
$(MAKE) -C LEDNotifier $@
$(MAKE) -C Magstripe $@
- $(MAKE) -C MediaControl $@
+ $(MAKE) -C MediaController $@
$(MAKE) -C MissileLauncher $@
$(MAKE) -C RelayBoard $@
$(MAKE) -C TempDataLogger $@