aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/Bosch/bmp085.mk
blob: 1f3c166b6d306fb6dac5829f1515e9b1031d7e8b (plain)
1
2
3
4
5
6
# 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