[Update] xv6-la init

This commit is contained in:
bLueriVerLHR
2023-07-20 18:06:22 +08:00
parent f683f3bed1
commit 29abfe4101
5 changed files with 330 additions and 49 deletions

View File

@@ -1,5 +1,6 @@
default:
@echo "Hello World!"
@echo $(CURDIR)
submodue-update-init:
git submodule update --init
@@ -27,3 +28,9 @@ $(LA_TOOLS): unpk-gcc
# prepare loongarch source code
xv6:
TOOLPREFIX=$(CURDIR)/$(LA) $(MAKE) -C lasoft/xv6-la build
xv6-clean:
$(MAKE) -C lasoft/xv6-la clean