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

# List of all the BMP085 device files.
BMP085SRC := $(CHIBIOS)/os/ex/devices/Bosch/bmp085.c
# Required include directories
BMP085INC := $(CHIBIOS)/os/ex/include \
$(CHIBIOS)/os/ex/devices/Bosch
# Shared variables
ALLCSRC += $(BMP085SRC)
ALLINC += $(BMP085INC)