aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/EXT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/EXT/Makefile')
-rw-r--r--testhal/AVR/EXT/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/AVR/EXT/Makefile b/testhal/AVR/EXT/Makefile
index 9a87cf0a8..67a74bf42 100644
--- a/testhal/AVR/EXT/Makefile
+++ b/testhal/AVR/EXT/Makefile
@@ -108,8 +108,8 @@ 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.
-EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) \
- $(HALINC) $(OSALINC) $(PLATFORMINC) \
+EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) \
+ $(HALINC) $(OSALINC) $(PLATFORMINC) \
$(STREAMSINC) $(BOARDINC) $(CHIBIOS)/os/various
# Compiler flag to set the C Standard level.