diff options
Diffstat (limited to 'testhal/AVR/PWM/Makefile.ch')
-rw-r--r-- | testhal/AVR/PWM/Makefile.ch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/AVR/PWM/Makefile.ch b/testhal/AVR/PWM/Makefile.ch index 3b0d96f82..cb84f1e26 100644 --- a/testhal/AVR/PWM/Makefile.ch +++ b/testhal/AVR/PWM/Makefile.ch @@ -106,7 +106,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.
-EXTRAINCDIRS = $(PORTINC) $(KERNINC) $(TESTINC) \
+EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(OSALINC) $(PLATFORMINC) \
$(BOARDINC) $(CHIBIOS)/os/various
|