summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRegia König2021-06-21 15:47:37 +0200
committerRegia König2021-06-21 15:47:37 +0200
commitfb7d350607d9fe731262b4124fd037088a96bb3e (patch)
tree05004ed4d6ff4350fc9d4d4ac581d44af1c49bb4
parentMerge master into page-allocation branch (diff)
downloadmemtest86-fb7d350607d9fe731262b4124fd037088a96bb3e.tar.gz
memtest86-fb7d350607d9fe731262b4124fd037088a96bb3e.tar.xz
memtest86-fb7d350607d9fe731262b4124fd037088a96bb3e.zip
Add page_allocator.o into Makefile
-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 \