forked from mfulz_github/qmk_firmware
AppConfigHeaders: Fix branch validation errors.
This commit is contained in:
parent
9a373c4094
commit
ae6a514929
@ -165,7 +165,7 @@ DEBUG = dwarf-2
|
|||||||
# Each directory must be seperated by a space.
|
# Each directory must be seperated by a space.
|
||||||
# Use forward slashes for directory separators.
|
# Use forward slashes for directory separators.
|
||||||
# For a directory that has spaces, enclose it in quotes.
|
# 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.
|
||||||
|
@ -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
|
||||||
|
@ -172,7 +172,7 @@ DEBUG = dwarf-2
|
|||||||
# Each directory must be seperated by a space.
|
# Each directory must be seperated by a space.
|
||||||
# Use forward slashes for directory separators.
|
# Use forward slashes for directory separators.
|
||||||
# For a directory that has spaces, enclose it in quotes.
|
# 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.
|
||||||
|
@ -164,7 +164,7 @@ DEBUG = dwarf-2
|
|||||||
# Each directory must be seperated by a space.
|
# Each directory must be seperated by a space.
|
||||||
# Use forward slashes for directory separators.
|
# Use forward slashes for directory separators.
|
||||||
# For a directory that has spaces, enclose it in quotes.
|
# 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user