6 lines
94 B
Makefile
6 lines
94 B
Makefile
ifeq ($(CONFIG_SENSOR_BMP180),y)
|
|
SRC_DIR += bmp180
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|