summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRegia König2021-06-21 15:57:18 +0200
committerRegia König2021-06-21 15:57:18 +0200
commitc8253f8a346fc47489977314c984a6cd93c47375 (patch)
tree00150b10063d02a431e8e1d26a4adea148f6744d
parentAdd page_allocator.o into Makefile (diff)
parentReorder object creation (diff)
downloadmemtest86-c8253f8a346fc47489977314c984a6cd93c47375.tar.gz
memtest86-c8253f8a346fc47489977314c984a6cd93c47375.tar.xz
memtest86-c8253f8a346fc47489977314c984a6cd93c47375.zip
Merge Makefile from master
-rw-r--r--efi_memtest/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/efi_memtest/Makefile b/efi_memtest/Makefile
index 8282da5..ab3a34b 100644
--- a/efi_memtest/Makefile
+++ b/efi_memtest/Makefile
@@ -35,9 +35,10 @@ M=$(M64)
PREPROCESSOR=-DUEFI -DUSING_LTO -Os \
-D DISABLE_NEW_DEPRECATED_INTERFACES "-DEFIAPI=__attribute__((ms_abi))"
-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 \
+OBJS=Efi_Defs.obj config.o controller.o cpuid.o display.o dmi.o error.o init.o \
+ lib.o logger.o main.o memory_tables.o memsize.o page_allocator.o patn.o pci.o reloc.o \
+ screen_buffer.o random.o smp.o spd.o test.o vmem.o \
+ BaseLib.o BaseMemoryLib.o BasePrintLib.o \
UefiDebugLibStdErr.o UefiDevicePathLib2.o UefiLib2.o ApplicationEntryPoint.o \
BaseDebugPrintErrorLevelLib.o UefiMemoryAllocationLib.o BasePcdLibNull.o \
UefiRuntimeServicesTableLib.o UefiBootServicesTableLib.o MemtestEfi.obj