aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lis3dsh.mk
blob: 3feb58bda8e7216f6c1e44b328d7163749880f73 (plain)
1
2
3
4
5
6
7
8
9
10
# 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)