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:
parent
e9f249bc21
commit
4fe88d34a4
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
Loading…
Reference in New Issue