xiuos/Ubiquitous/XiZi_IIoT/tool/Makefile

12 lines
169 B
Makefile

SRC_DIR :=
ifeq ($(CONFIG_TOOL_SHELL),y)
SRC_DIR += shell
endif
ifeq ($(CONFIG_TOOL_USING_OTA),y)
SRC_DIR += bootloader
endif
include $(KERNEL_ROOT)/compiler.mk