lps22hb.mk 276 B

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