lsm303agr.mk 292 B

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