summaryrefslogtreecommitdiff
path: root/boot/arch/amd64/mbr/Makefile
diff options
context:
space:
mode:
authorChloe M. <chloe@aptel.org>2026-08-20 06:47:03 +0000
committerChloe M. <chloe@aptel.org>2026-08-20 06:47:03 +0000
commite53055872e7dddaf9df51c9a3b5bf95778509fe2 (patch)
tree16971cec04837b845b8080fb069ddba8e2674972 /boot/arch/amd64/mbr/Makefile
parent28438dc30083f8cecfbe58ed0990a0b684e5e702 (diff)
boot: mbr: Move host utilities to mbr/
Signed-off-by: Chloe M. <chloe@aptel.org>
Diffstat (limited to 'boot/arch/amd64/mbr/Makefile')
-rw-r--r--boot/arch/amd64/mbr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/arch/amd64/mbr/Makefile b/boot/arch/amd64/mbr/Makefile
index 9ea0a6f..f67a76d 100644
--- a/boot/arch/amd64/mbr/Makefile
+++ b/boot/arch/amd64/mbr/Makefile
@@ -14,6 +14,5 @@ all: mbr
.PHONY: mbr
mbr:
clang -Tlink.ld $(CFLAGS) mbr.S -o mbr.bin
- $(GLOBAL_PROJECT_ROOT)/host/bootfs.sh
- cat mbr.bin bootfs.rdar >$(GLOBAL_PROJECT_ROOT)/artifacts/mbr.bin
+ host/bootfs.sh
rm -f mbr.bin