From 71a35e96d5597fca8882e96976e9461dc3dd85e9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Jan 2024 23:03:30 +0100 Subject: Bootloader: have been working on unifing the BTextWriter class. Next commit will be about the BFileReader class. It's going to read files from EFI. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Private/NewBoot/Source/makefile') diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index 2e092da2..74ab7878 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -12,8 +12,8 @@ FLAG_GNU=-fshort-wchar -fPIC -D__DBG__ -DEFI_FUNCTION_WRAPPER -I../ -I../../ -I. invalid-recipe: @echo "invalid-recipe: Use make arch- all instead." -.PHONY: arch-amd64 -arch-amd64: +.PHONY: bootloader-amd64 +bootloader-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 -- cgit v1.2.3