aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lsm6dsl.mk
blob: 438680dda1e594ae8306bd5606956652350763c2 (plain)
1
2
3
4
5
6
7
8
9
10
# List of all the LSM6DS0 device files.
LSM6DS0SRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c

# Required include directories
LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
              $(CHIBIOS)/os/ex/ST

# Shared variables
ALLCSRC += $(LSM6DS0SRC)
ALLINC  += $(LSM6DS0INC)