diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-24 23:31:59 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-24 23:31:59 +0000 |
commit | 36786ebeeaed6f6abd5305681236906843681e58 (patch) | |
tree | afbc66e5c935fc440e1b8e637ab23fa893b18869 /testhal/STM32/STM32L4xx | |
parent | 9497e8ab9cbae7f13c189694005aca46630c85d0 (diff) | |
download | ChibiOS-36786ebeeaed6f6abd5305681236906843681e58.tar.gz ChibiOS-36786ebeeaed6f6abd5305681236906843681e58.tar.bz2 ChibiOS-36786ebeeaed6f6abd5305681236906843681e58.zip |
Updated Makefile including ChibiOS license inclusion.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9354 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx')
-rw-r--r-- | testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile index 661a17324..44ef22c88 100644 --- a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile +++ b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile @@ -145,7 +145,7 @@ TCPPSRC = ASMSRC =
ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
-INCDIR = $(CHIBIOS)/os/various
+INCDIR = $(CHIBIOS)/os/various \
$(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(LSM6DS0INC) \
$(STREAMSINC) $(CHIBIOS)/os/various
|