7 lines
209 B
Makefile
7 lines
209 B
Makefile
# 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
|