xiuos3/tool/Makefile

8 lines
104 B
Makefile

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