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
278 B
Makefile

# List of all the HTS221 device files.
HTS221SRC := $(CHIBIOS)/os/ex/devices/ST/hts221.c
# Required include directories
HTS221INC := $(CHIBIOS)/os/ex/include \
$(CHIBIOS)/os/ex/devices/ST
# Shared variables
ALLCSRC += $(HTS221SRC)
ALLINC += $(HTS221INC)