lps25h.mk 270 B

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