summaryrefslogtreecommitdiffstats
path: root/efi_memtest/Makefile
diff options
context:
space:
mode:
authorRegina König2020-10-06 04:28:22 +0200
committerRegina König2020-10-06 04:28:22 +0200
commitea48585b350111a9d742bd19e7aa26ac0bbddccc (patch)
tree1770076b8b8dd3dbda814631ae41622798694598 /efi_memtest/Makefile
parentlatest Memtest.efi version whith endless loop at the end. Code where the bug ... (diff)
downloadmemtest86-ea48585b350111a9d742bd19e7aa26ac0bbddccc.tar.gz
memtest86-ea48585b350111a9d742bd19e7aa26ac0bbddccc.tar.xz
memtest86-ea48585b350111a9d742bd19e7aa26ac0bbddccc.zip
..
Diffstat (limited to 'efi_memtest/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 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 \