diff options
Diffstat (limited to 'testhal/AVR/SPI/Makefile')
-rw-r--r-- | testhal/AVR/SPI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/AVR/SPI/Makefile b/testhal/AVR/SPI/Makefile index cc4c2b459..35b214f1c 100644 --- a/testhal/AVR/SPI/Makefile +++ b/testhal/AVR/SPI/Makefile @@ -108,7 +108,7 @@ DEBUG = dwarf-2 # Use forward slashes for directory separators.
# For a directory that has spaces, enclose it in quotes.
EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) $(TESTINC) \
- $(HALINC) $(OSALINC) $(PLATFORMINC) \
+ $(HALINC) $(OSALINC) $(PLATFORMINC) \
$(STREAMSINC) $(BOARDINC) $(CHIBIOS)/os/various
# Compiler flag to set the C Standard level.
|