Files
xiuos/tool/Makefile
2021-04-28 17:49:18 +08:00

8 lines
104 B
Makefile

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