From fb7d350607d9fe731262b4124fd037088a96bb3e Mon Sep 17 00:00:00 2001 From: Regia König Date: Mon, 21 Jun 2021 15:47:37 +0200 Subject: Add page_allocator.o into Makefile --- efi_memtest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efi_memtest/Makefile b/efi_memtest/Makefile index 5a3a9ed..8282da5 100644 --- a/efi_memtest/Makefile +++ b/efi_memtest/Makefile @@ -35,7 +35,7 @@ M=$(M64) PREPROCESSOR=-DUEFI -DUSING_LTO -Os \ -D DISABLE_NEW_DEPRECATED_INTERFACES "-DEFIAPI=__attribute__((ms_abi))" -OBJS=Efi_Defs.obj main.o display.o test.o smp.o config.o screen_buffer.o lib.o init.o controller.o \ +OBJS=Efi_Defs.obj display.o main.o page_allocator.o test.o smp.o config.o screen_buffer.o lib.o init.o controller.o \ pci.o spd.o dmi.o reloc.o patn.o error.o vmem.o cpuid.o memsize.o \ random.o logger.o memory_tables.o BaseLib.o BaseMemoryLib.o BasePrintLib.o \ UefiDebugLibStdErr.o UefiDevicePathLib2.o UefiLib2.o ApplicationEntryPoint.o \ -- cgit v1.2.3-55-g7522