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

8 lines
145 B
Makefile

SRC_FILES := shell.c shell_ext.c shell_port.c cmd.c
ifeq ($(CONFIG_FS_VFS), y)
SRC_DIR += file_ext
endif
include $(KERNEL_ROOT)/compiler.mk