summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NewBoot/Source/makefile')
-rw-r--r--Private/NewBoot/Source/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile
index 9ae30d13..2e092da2 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -15,8 +15,8 @@ invalid-recipe:
.PHONY: arch-amd64
arch-amd64:
$(CC_GNU) $(FLAG_GNU) HEL/AMD64/*.cxx
- $(LD_GNU) *.o -e efi_main -filealign:16 -shared --subsystem=10 -ffreestanding -o HCORELDR.EXE
- cp HCORELDR.EXE CDROM/EFI/BOOT/BOOTX64.EFI
+ $(LD_GNU) *.o -e efi_main -filealign:16 -shared --subsystem=10 -ffreestanding -o HCoreLdr.exe
+ cp HCoreLdr.exe CDROM/EFI/BOOT/BOOTX64.EFI
cp -r ../../Root ./CDROM/MAHROUSS
.PHONY: run-efi-debug
@@ -26,4 +26,4 @@ run-efi-debug:
.PHONY: clean
clean:
- rm -f *.o *.EFI *.EXE
+ rm -f *.o HCoreLdr.exe OVMF.fd