10 lines
276 B
Makefile
10 lines
276 B
Makefile
|
# List of all the LPS22HB device files.
|
||
|
LPS22HBSRC := $(CHIBIOS)/os/ex/ST/lps22hb.c
|
||
|
|
||
|
# Required include directories
|
||
|
LPS22HBINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
|
||
|
$(CHIBIOS)/os/ex/ST
|
||
|
|
||
|
# Shared variables
|
||
|
ALLCSRC += $(LPS22HBSRC)
|
||
|
ALLINC += $(LPS22HBINC)
|