Files
2022-03-08 16:26:30 +08:00

6 lines
94 B
Makefile

ifeq ($(CONFIG_SENSOR_BMP180),y)
SRC_DIR += bmp180
endif
include $(KERNEL_ROOT)/compiler.mk