blob: dccac25cd91178c10c57681b15560505228d8235 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# List of all the LIS3DSH device files.
LIS3DSHSRC := $(CHIBIOS)/os/ex/devices/ST/lis3dsh.c
# Required include directories
LIS3DSHINC := $(CHIBIOS)/os/ex/include \
$(CHIBIOS)/os/ex/devices/ST
# Shared variables
ALLCSRC += $(LIS3DSHSRC)
ALLINC += $(LIS3DSHINC)
|