From de4af9d8929da048ab714b75d2af23ccebe3f6cb Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 27 Jan 2024 10:53:58 +0100 Subject: Bootloader: Refactor MPT, working on EFI support. 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 3273b52f..911cdfef 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -11,8 +11,8 @@ FLAG_GNU=-I../ -I../../../efiSDK/inc -c -ffreestanding -fno-rtti -fno-exceptions .PHONY: arch-amd64 arch-amd64: - $(CC_GNU) $(FLAG_GNU) HEL/AMD64/BootAMD64.cxx *.cxx - $(LD_GNU) *.o -e Main -Ttext 0x000 --oformat binary -o BootloaderStage2.bin + $(CC_GNU) $(FLAG_GNU) -D__DBG__ HEL/AMD64/BootAMD64.cxx *.cxx + $(LD_GNU) *.o -e Main --oformat binary -o BootloaderStage2.bin .PHONY: clean clean: -- cgit v1.2.3