aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lps22hb.mk
blob: 195950006c890c1dc28cda32accbf2c2e0040fe8 (plain)
1
2
3
4
5
6
7
8
9
10
# 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)