aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-24 23:31:59 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-24 23:31:59 +0000
commit36786ebeeaed6f6abd5305681236906843681e58 (patch)
treeafbc66e5c935fc440e1b8e637ab23fa893b18869
parent9497e8ab9cbae7f13c189694005aca46630c85d0 (diff)
downloadChibiOS-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
-rw-r--r--testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile2
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