aboutsummaryrefslogtreecommitdiffstats
path: root/ChibiOS_20.3.2/os/ex/devices/ST/lps22hb.mk
blob: 47fe88ee9fa4c60d8b53518bda7581ad344b3897 (plain)
1
2
3
4
5
6
7
8
9
10
# List of all the LPS22HB device files.
LPS22HBSRC := $(CHIBIOS)/os/ex/devices/ST/lps22hb.c

# Required include directories
LPS22HBINC := $(CHIBIOS)/os/ex/include \
             $(CHIBIOS)/os/ex/devices/ST

# Shared variables
ALLCSRC += $(LPS22HBSRC)
ALLINC  += $(LPS22HBINC)