删除rust_helloworld文件 (#113)

This commit is contained in:
login
2022-12-17 16:31:50 +08:00
committed by GitHub
parent 6efd474033
commit 83a7aaa46b
4 changed files with 1 additions and 33 deletions

View File

@ -1,7 +1,7 @@
CFLAGS += -I .
kernel_lib_subdirs:= libUI sys libELF rust_helloworld
kernel_lib_subdirs:= libUI sys libELF
kernel_lib_objs:= $(shell find ./*.c)