lis3dsh.mk 276 B

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