Correction of indentation on AVR demo Makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10351 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
40b6d76453
commit
52f883487b
|
@ -107,9 +107,9 @@ 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 = $(PORTINC) $(KERNINC) $(TESTINC) \
|
EXTRAINCDIRS = $(PORTINC) $(KERNINC) $(TESTINC) $(HALINC) \
|
||||||
$(HALINC) $(OSALINC) $(PLATFORMINC) \
|
$(OSALINC) $(PLATFORMINC) $(BOARDINC) \
|
||||||
$(BOARDINC) $(CHIBIOS)/os/license $(CHIBIOS)/os/various
|
$(CHIBIOS)/os/license $(CHIBIOS)/os/various
|
||||||
|
|
||||||
# Compiler flag to set the C Standard level.
|
# Compiler flag to set the C Standard level.
|
||||||
# c89 = "ANSI" C
|
# c89 = "ANSI" C
|
||||||
|
|
Loading…
Reference in New Issue