diff options
author | Regina König | 2020-10-06 04:28:22 +0200 |
---|---|---|
committer | Regina König | 2020-10-06 04:28:22 +0200 |
commit | ea48585b350111a9d742bd19e7aa26ac0bbddccc (patch) | |
tree | 1770076b8b8dd3dbda814631ae41622798694598 /efi_memtest/Makefile | |
parent | latest Memtest.efi version whith endless loop at the end. Code where the bug ... (diff) | |
download | memtest86-ea48585b350111a9d742bd19e7aa26ac0bbddccc.tar.gz memtest86-ea48585b350111a9d742bd19e7aa26ac0bbddccc.tar.xz memtest86-ea48585b350111a9d742bd19e7aa26ac0bbddccc.zip |
..
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 e472e9f..03391ae 100644 --- a/efi_memtest/Makefile +++ b/efi_memtest/Makefile @@ -27,7 +27,7 @@ INCLUDE_FILES=main cpuid test smp config screen_buffer lib init controller pci \ spd dmi reloc patn error vmem memsize random logger memory_tables ADDITIONAL_HEADER=$(addprefix memtest86+/, defs.h efi/stdin.h io.h \ - stdint.h stddef.h serial.h msr.h jedec_id.h elf.h) + stdint.h stddef.h serial.h msr.h jedec_id.h elf.h efi/main_asm.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 \ |