Skip to content

Commit 83a7aaa

Browse files
authored
删除rust_helloworld文件 (#113)
1 parent 6efd474 commit 83a7aaa

File tree

4 files changed

+1
-33
lines changed

4 files changed

+1
-33
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ endif
2121
export ARCH=__x86_64__
2222
export ROOT_PATH=$(shell pwd)
2323

24-
export RUSTC=$(shell which rustc)
25-
2624
export DEBUG=DEBUG
2725
export GLOBAL_CFLAGS := -mcmodel=large -fno-builtin -m64 -fno-stack-protector -D $(ARCH) -D $(EMULATOR) -O1
2826

kernel/src/libs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
CFLAGS += -I .
33

4-
kernel_lib_subdirs:= libUI sys libELF rust_helloworld
4+
kernel_lib_subdirs:= libUI sys libELF
55

66
kernel_lib_objs:= $(shell find ./*.c)
77

kernel/src/libs/rust_helloworld/Makefile

Lines changed: 0 additions & 13 deletions
This file was deleted.

kernel/src/libs/rust_helloworld/helloworld.rs

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)