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

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

# Shared variables
ALLCSRC += $(LPS25HSRC)
ALLINC  += $(LPS25HINC)