lis302dl.mk 282 B

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