diff options
author | Regina König | 2021-03-15 17:14:26 +0100 |
---|---|---|
committer | Regina König | 2021-03-15 17:14:26 +0100 |
commit | 3954fb9c49adc02950e2ee18ec383c5af6d22d11 (patch) | |
tree | ff0b7ebb1c9d429df7864023d591197dbc65c38a /efi_memtest/Makefile | |
parent | moved presentation dir outside of git (diff) | |
download | memtest86-3954fb9c49adc02950e2ee18ec383c5af6d22d11.tar.gz memtest86-3954fb9c49adc02950e2ee18ec383c5af6d22d11.tar.xz memtest86-3954fb9c49adc02950e2ee18ec383c5af6d22d11.zip |
added page_allocator to Makefile
Diffstat (limited to 'efi_memtest/Makefile')
-rw-r--r-- | efi_memtest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/efi_memtest/Makefile b/efi_memtest/Makefile index 519d86d..883bf3e 100644 --- a/efi_memtest/Makefile +++ b/efi_memtest/Makefile @@ -31,7 +31,7 @@ ADDITIONAL_HEADER=$(addprefix memtest86+/, defs.h efi/stdin.h io.h \ OBJS=AutoGen.obj main.o display.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 MemtestEfi.obj logger.o memory_tables.o + random.o MemtestEfi.obj logger.o memory_tables.o page_allocator.o LIBS_PATH=memtest86+/efi/Include/libs |