summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--efi_memtest/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \