10 lines
276 B
Makefile
10 lines
276 B
Makefile
# List of all the LIS3DSH device files.
|
|
LIS3DSHSRC := $(CHIBIOS)/os/ex/ST/lis3dsh.c
|
|
|
|
# Required include directories
|
|
LIS3DSHINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
|
|
$(CHIBIOS)/os/ex/ST
|
|
|
|
# Shared variables
|
|
ALLCSRC += $(LIS3DSHSRC)
|
|
ALLINC += $(LIS3DSHINC)
|