aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-24 23:31:23 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-24 23:31:23 +0000
commit9497e8ab9cbae7f13c189694005aca46630c85d0 (patch)
treefa204c8aefc9d8a8c75931e5e1b69dc19d7d53dc
parentf7a345cfc638ba24581fe91cf135679d1f3f7123 (diff)
downloadChibiOS-9497e8ab9cbae7f13c189694005aca46630c85d0.tar.gz
ChibiOS-9497e8ab9cbae7f13c189694005aca46630c85d0.tar.bz2
ChibiOS-9497e8ab9cbae7f13c189694005aca46630c85d0.zip
Updated Makefile including ChibiOS license inclusion.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9353 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile
index 70f1cf401..661a17324 100644
--- a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile
+++ b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile
@@ -145,7 +145,8 @@ TCPPSRC =
ASMSRC =
ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
-INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
+INCDIR = $(CHIBIOS)/os/various
+ $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(LSM6DS0INC) \
$(STREAMSINC) $(CHIBIOS)/os/various