lsm303dlhc.mk 298 B

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