Commit 0adb506c authored by gh's avatar gh
Browse files

feat[gh]: 竟然还超时,一个一个来make,只make rust-user

No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
......@@ -65,7 +65,8 @@ RUST_LA_TOOLCHAIN = $(shell rustup show |grep "\(la\|loongarch\)\(64\)\?" |cut -
# build: env $(KERNEL_BIN) $(FS_IMG) fat32
all: user env build mv
all: rust-user
# build mv
mv:
mv $(KERNEL_BIN) ../os.bin
build: env $(KERNEL_BIN)
......@@ -79,7 +80,7 @@ endif
# -rustup component add llvm-tools-preview
# build all user programs
user: rust-user
user: c-user rust-user
c-user:
@cd ../user && make c-user BOARD=$(BOARD) MODE=$(MODE)
rust-user: env
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment