6 lines
90 B
Makefile
6 lines
90 B
Makefile
ifeq ($(CONFIG_SENSOR_ZG09),y)
|
|
SRC_DIR += zg09
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|