QMK/lib/chibios/os/ex/Bosch/bmp085.mk

7 lines
209 B
Makefile
Raw Normal View History

2020-03-23 10:48:11 +01:00
# List of all the BMP085 device files.
BMP085SRC := $(CHIBIOS)/os/ex/Bosch/bmp085.c
# Required include directories
BMP085INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/Bosch