Update rustsbi-qemu && batch worked on qemu/k210.

This commit is contained in:
Yifan Wu 2020-11-20 11:10:38 +08:00
parent 3b920ac8f5
commit 5e5ed05399
8 changed files with 33 additions and 5 deletions

View file

@ -28,6 +28,7 @@ $(KERNEL_BIN): kernel
@$(OBJCOPY) $(KERNEL_ELF) --strip-all -O binary $@
kernel:
@cd ../user && make build
@cargo build --release
clean: