summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/amd64-ci.make
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-31 19:06:39 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-03-31 19:06:39 +0200
commite3e25ba6822ec8545d8fad5d1d30115af874525b (patch)
treedf2ad86ec3fa915f0d52f5d3b66c8c14dca805af /dev/boot/amd64-ci.make
parent4edacbb20e2dd8c0e71cfbfc6712654c36f9c4e5 (diff)
boot/efi: a set of important patches regarding efi bootz.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/amd64-ci.make')
-rw-r--r--dev/boot/amd64-ci.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/amd64-ci.make b/dev/boot/amd64-ci.make
index a77806c4..21c797f6 100644
--- a/dev/boot/amd64-ci.make
+++ b/dev/boot/amd64-ci.make
@@ -85,7 +85,7 @@ invalid-recipe:
# CI doesn't do anything than build.
.PHONY: all
all: compile-amd64
- mkdir -p src/Root/EFI/BOOT
+ mkdir -p src/root/EFI/BOOT
$(LD_GNU) $(OBJ) $(LD_FLAGS) -o src/$(BOOTLOADER)
.PHONY: disk