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

# Required include directories
LPS25HINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
             $(CHIBIOS)/os/ex/ST

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