First commit XiUOS

This commit is contained in:
xuetest
2021-04-28 17:49:18 +08:00
commit 6001051eb7
1331 changed files with 433955 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
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