diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 19:06:39 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 19:06:39 +0200 |
| commit | e3e25ba6822ec8545d8fad5d1d30115af874525b (patch) | |
| tree | df2ad86ec3fa915f0d52f5d3b66c8c14dca805af /dev/boot/amd64-ci.make | |
| parent | 4edacbb20e2dd8c0e71cfbfc6712654c36f9c4e5 (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.make | 2 |
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 |
