lsm6dsl.mk 277 B

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