AppConfigHeaders: Fix branch validation errors.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 13 May 2012 18:42:12 +0000 (18:42 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 13 May 2012 18:42:12 +0000 (18:42 +0000)
Demos/Device/ClassDriver/AudioInput/makefile
Demos/Device/ClassDriver/GenericHID/makefile
Demos/Device/ClassDriver/MassStorage/makefile
Demos/Device/LowLevel/AudioInput/makefile

index 5d02c77..a63765e 100644 (file)
@@ -165,7 +165,7 @@ DEBUG = dwarf-2
 #     Each directory must be seperated by a space.
 #     Use forward slashes for directory separators.
 #     For a directory that has spaces, enclose it in quotes.
 #     Each directory must be seperated by a space.
 #     Use forward slashes for directory separators.
 #     For a directory that has spaces, enclose it in quotes.
-EXTRAINCDIRS = $(LUFA_PATH)/
+EXTRAINCDIRS = $(LUFA_PATH)/ Config/
 
 
 # Compiler flag to set the C Standard level.
 
 
 # Compiler flag to set the C Standard level.
index 5fd04d4..e4d8021 100644 (file)
@@ -120,7 +120,7 @@ LUFA_PATH = ../../../..
 
 
 # LUFA library compile-time options and predefined tokens
 
 
 # LUFA library compile-time options and predefined tokens
-LUFA_OPTS  = -D USB_LUFA_CONFIG_HEADER
+LUFA_OPTS  = -D USE_LUFA_CONFIG_HEADER
 
 
 # Create the LUFA source path variables by including the LUFA root makefile
 
 
 # Create the LUFA source path variables by including the LUFA root makefile
index 1557236..be74104 100644 (file)
@@ -172,7 +172,7 @@ DEBUG = dwarf-2
 #     Each directory must be seperated by a space.
 #     Use forward slashes for directory separators.
 #     For a directory that has spaces, enclose it in quotes.
 #     Each directory must be seperated by a space.
 #     Use forward slashes for directory separators.
 #     For a directory that has spaces, enclose it in quotes.
-EXTRAINCDIRS = $(LUFA_PATH)/
+EXTRAINCDIRS = $(LUFA_PATH)/ Config/
 
 
 # Compiler flag to set the C Standard level.
 
 
 # Compiler flag to set the C Standard level.
index a917c82..c2288f7 100644 (file)
@@ -164,7 +164,7 @@ DEBUG = dwarf-2
 #     Each directory must be seperated by a space.
 #     Use forward slashes for directory separators.
 #     For a directory that has spaces, enclose it in quotes.
 #     Each directory must be seperated by a space.
 #     Use forward slashes for directory separators.
 #     For a directory that has spaces, enclose it in quotes.
-EXTRAINCDIRS = $(LUFA_PATH)/
+EXTRAINCDIRS = $(LUFA_PATH)/ Config/
 
 
 # Compiler flag to set the C Standard level.
 
 
 # Compiler flag to set the C Standard level.