blob: 1b9223acf040941634a394a175bd8ca4dd62d85d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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)
|