blob: e3cac3d0364b4eb0866830dff824f98afbd17bfa (
plain)
1
2
3
4
5
6
7
8
9
10
|
# List of all the LSM6DSL device files.
LSM6DSLSRC := $(CHIBIOS)/os/ex/ST/lsm6dsl.c
# Required include directories
LSM6DSLINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
# Shared variables
ALLCSRC += $(LSM6DSLSRC)
ALLINC += $(LSM6DSLINC)
|