Updated EX makefiles to be compliant with new mechanisms

git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11590 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
Rocco Marco Guglielmi 2018-02-28 07:36:00 +00:00
parent e9f249bc21
commit 4fe88d34a4
8 changed files with 40 additions and 8 deletions

View File

@ -3,4 +3,8 @@ HTS221SRC := $(CHIBIOS)/os/ex/ST/hts221.c
# Required include directories
HTS221INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
$(CHIBIOS)/os/ex/ST
# Shared variables
ALLCSRC += $(HTS221SRC)
ALLINC += $(HTS221INC)

View File

@ -3,4 +3,8 @@ L3GD20SRC := $(CHIBIOS)/os/ex/ST/l3gd20.c
# Required include directories
L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
$(CHIBIOS)/os/ex/ST
# Shared variables
ALLCSRC += $(L3GD20SRC)
ALLINC += $(L3GD20INC)

View File

@ -3,4 +3,8 @@ LIS302DLSRC := $(CHIBIOS)/os/ex/ST/lis302dl.c
# Required include directories
LIS302DLINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
$(CHIBIOS)/os/ex/ST
# Shared variables
ALLCSRC += $(LIS302DLSRC)
ALLINC += $(LIS302DLINC)

View File

@ -3,4 +3,8 @@ LIS3DSHSRC := $(CHIBIOS)/os/ex/ST/lis3dsh.c
# Required include directories
LIS3DSHINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
$(CHIBIOS)/os/ex/ST
# Shared variables
ALLCSRC += $(LIS3DSHSRC)
ALLINC += $(LIS3DSHINC)

View File

@ -3,4 +3,8 @@ LIS3MDLSRC := $(CHIBIOS)/os/ex/ST/lis3mdl.c
# Required include directories
LIS3MDLINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
$(CHIBIOS)/os/ex/ST
# Shared variables
ALLCSRC += $(LIS3MDLSRC)
ALLINC += $(LIS3MDLINC)

View File

@ -3,4 +3,8 @@ LPS25HSRC := $(CHIBIOS)/os/ex/ST/lps25h.c
# Required include directories
LPS25HINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
$(CHIBIOS)/os/ex/ST
# Shared variables
ALLCSRC += $(LPS25HSRC)
ALLINC += $(LPS25HINC)

View File

@ -3,4 +3,8 @@ LSM303DLHCSRC := $(CHIBIOS)/os/ex/ST/lsm303dlhc.c
# Required include directories
LSM303DLHCINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
$(CHIBIOS)/os/ex/ST
# Shared variables
ALLCSRC += $(LSM303DLHCSRC)
ALLINC += $(LSM303DLHCINC)

View File

@ -3,4 +3,8 @@ LSM6DS0SRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c
# Required include directories
LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
$(CHIBIOS)/os/ex/ST
# Shared variables
ALLCSRC += $(LSM6DS0SRC)
ALLINC += $(LSM6DS0INC)