summaryrefslogtreecommitdiffstats
path: root/efi_memtest/Makefile
diff options
context:
space:
mode:
authorRegia König2021-04-09 16:13:28 +0200
committerRegia König2021-04-09 16:13:28 +0200
commita3655193f35963fe9a4845e0b64d6078019ec693 (patch)
treea8743cc449c7f43aeb79cbd7abf5a3a1b2fcab33 /efi_memtest/Makefile
parentBuild UefiDevicePathLib2.o (diff)
downloadmemtest86-a3655193f35963fe9a4845e0b64d6078019ec693.tar.gz
memtest86-a3655193f35963fe9a4845e0b64d6078019ec693.tar.xz
memtest86-a3655193f35963fe9a4845e0b64d6078019ec693.zip
Build UefiMemoryAllocationLib.o
Diffstat (limited to 'efi_memtest/Makefile')
-rw-r--r--efi_memtest/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/efi_memtest/Makefile b/efi_memtest/Makefile
index 378df43..487cba3 100644
--- a/efi_memtest/Makefile
+++ b/efi_memtest/Makefile
@@ -27,14 +27,8 @@ OBJS=AutoGen.obj main.o display.o test.o smp.o config.o screen_buffer.o lib.o in
pci.o spd.o dmi.o reloc.o patn.o error.o vmem.o cpuid.o memsize.o \
random.o MemtestEfi.obj logger.o memory_tables.o ApplicationEntryPoint.o UefiLib2.o \
UefiRuntimeServicesTableLib.o UefiBootServicesTableLib.o UefiDebugLibStdErr.o \
- BaseDebugPrintErrorLevelLib.o BaseMemoryLib.o BasePcdLibNull.o UefiDevicePathLib2.o
-
-
-# \
-# \
-# UefiMemoryAllocationLib.lib)
-
-
+ BaseDebugPrintErrorLevelLib.o BaseMemoryLib.o BasePcdLibNull.o UefiDevicePathLib2.o \
+ UefiMemoryAllocationLib.o
BaseMemoryLib_OBJS=CompareMemWrapper.o CopyMem.o CopyMemWrapper.o IsZeroBufferWrapper.o \
MemLibGeneric.o MemLibGuid.o ScanMem16Wrapper.o ScanMem32Wrapper.o ScanMem64Wrapper.o \
@@ -113,6 +107,10 @@ BasePcdLibNull.o: memtest86+/efi/Include/src/PcdLib.c
$(CC) $(CFLAGS) $(PREPROCESSOR) $(M) -c -o $@ $< \
-I"memtest86+/efi/Include"
+UefiMemoryAllocationLib.o: memtest86+/efi/Include/src/MemoryAllocationLib.c
+ $(CC) $(CFLAGS) $(PREPROCESSOR) $(M) -c -o $@ $< \
+ -I"memtest86+/efi/Include"
+
UefiLib2.o: Acpi.o Console.o UefiDriverModel.o UefiLib.o UefiLibPrint.o UefiNotTiano.o
ld -r Acpi.o Console.o UefiDriverModel.o UefiLib.o UefiLibPrint.o UefiNotTiano.o -o UefiLib2.o