6 lines
106 B
Makefile
6 lines
106 B
Makefile
ifeq ($(CONFIG_SENSOR_TB600B_IAQ10),y)
|
|
SRC_DIR += tb600b_iaq10
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|