diff options
Diffstat (limited to 'testhal/STM32/STM32F3xx/SPI-L3GD20')
-rw-r--r-- | testhal/STM32/STM32F3xx/SPI-L3GD20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F3xx/SPI-L3GD20/Makefile b/testhal/STM32/STM32F3xx/SPI-L3GD20/Makefile index dcfcc4e37..96d8a0943 100644 --- a/testhal/STM32/STM32F3xx/SPI-L3GD20/Makefile +++ b/testhal/STM32/STM32F3xx/SPI-L3GD20/Makefile @@ -144,7 +144,8 @@ TCPPSRC = # List ASM source files here
ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
-INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
+INCDIR = $(CHIBIOS)/os/license \
+ $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(L3GD20INC) \
$(STREAMSINC) $(CHIBIOS)/os/various
|