You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
284 B
Makefile
10 lines
284 B
Makefile
4 years ago
|
# 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)
|