mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-11 10:33:37 +08:00
upate os4/Makefile, os[345678]-ref/Makefile for make run OR test
This commit is contained in:
@@ -17,7 +17,7 @@ KERNEL_ENTRY_PA := 0x80200000
|
||||
OBJDUMP := rust-objdump --arch-name=riscv64
|
||||
OBJCOPY := rust-objcopy --binary-architecture=riscv64
|
||||
|
||||
CHAPTER ?= $(shell git rev-parse --abbrev-ref HEAD | grep -o 'ch[0-9]' | grep -o '[0-9]')
|
||||
CHAPTER ?= 5
|
||||
TEST ?= $(CHAPTER)
|
||||
BASE ?= 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user