Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
hit-xby
OSKernel2024-yeah
Commits
1b808312
Commit
1b808312
authored
6 months ago
by
只敲代码不玩耍,聪明baka也变傻ᗜˬᗜ
Browse files
Options
Download
Patches
Plain Diff
fix: update Makefile to fix path issue
parent
b193c1df
setup-preliminary-test-environment-vendored
feat/setup-preliminary-test-environment
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-3
Makefile
with
4 additions
and
3 deletions
+4
-3
Makefile
+
4
−
3
View file @
1b808312
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
KERNEL_ELF
:=
kernel-qemu
KERNEL_ELF
:=
kernel-qemu
SBI_OUTPUT
:=
sbi-qemu
SBI_OUTPUT
:=
sbi-qemu
ARCH
:=
riscv64gc-unknown-none-elf
all
:
_warn build
all
:
_warn build
...
@@ -19,8 +20,8 @@ _build_internal:
...
@@ -19,8 +20,8 @@ _build_internal:
_prepare_image
:
_prepare_image
:
@
echo
"Preparing image..."
@
echo
"Preparing image..."
@
cp
kernel/target/release/bakaos KERNEL_ELF
@
cp
kernel/target/
${
ARCH
}
/
release/bakaos
${
KERNEL_ELF
}
@
cp
kernel/binary/opensbi
SBI_OUTPUT
@
cp
kernel/binary/opensbi
.bin
${
SBI_OUTPUT
}
test
:
build _prepare_sdcard _test_internal
test
:
build _prepare_sdcard _test_internal
...
@@ -46,4 +47,4 @@ parse:
...
@@ -46,4 +47,4 @@ parse:
clean
:
clean
:
@
echo
"Warn: This only cleans files generated for contest submission."
@
echo
"Warn: This only cleans files generated for contest submission."
@
rm
-f
KERNEL_ELF
SBI_OUTPUT sdcard.img output.log results.json
||
exit
0
@
rm
-f
${
KERNEL_ELF
}
${
SBI_OUTPUT
}
sdcard.img output.log results.json
||
exit
0
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets