summaryrefslogtreecommitdiffstats
path: root/efi_memtest/Makefile
diff options
context:
space:
mode:
authorRegia König2021-04-12 13:03:19 +0200
committerRegia König2021-04-12 13:03:19 +0200
commit831b73f831755784b4c7f82898d5b805986394c9 (patch)
tree0b78ac74a4a09f712df4b1e86cd57881134f2bbb /efi_memtest/Makefile
parentRemove some redundancies in Makefile (diff)
downloadmemtest86-831b73f831755784b4c7f82898d5b805986394c9.tar.gz
memtest86-831b73f831755784b4c7f82898d5b805986394c9.tar.xz
memtest86-831b73f831755784b4c7f82898d5b805986394c9.zip
Include AutoGen.h in PcdLib.h
Diffstat (limited to 'efi_memtest/Makefile')
-rw-r--r--efi_memtest/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/efi_memtest/Makefile b/efi_memtest/Makefile
index 54e8de6..67e221a 100644
--- a/efi_memtest/Makefile
+++ b/efi_memtest/Makefile
@@ -151,7 +151,8 @@ UefiDevicePathLib2.o: $(UefiDevicePathLib_OBJS)
ld -r $< -o $@
%.o: memtest86+/efi/Include/src/BaseLib/%.c
- $(CC) $(CFLAGS) $(PREPROCESSOR) $(M) -c -o $@ $<
+ $(CC) $(CFLAGS) $(PREPROCESSOR) $(M) -c -o $@ $< \
+ -I"memtest86+/efi/Include"
BaseLib.o: $(BaseLib_OBJS)
ld -r $< -o $@