summaryrefslogtreecommitdiffstats
path: root/Makefile_for_memtest_gdb
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile_for_memtest_gdb')
-rw-r--r--Makefile_for_memtest_gdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile_for_memtest_gdb b/Makefile_for_memtest_gdb
index 58025f7..3413741 100644
--- a/Makefile_for_memtest_gdb
+++ b/Makefile_for_memtest_gdb
@@ -91,7 +91,7 @@ boot/startup.s: ../boot/startup64.S ../boot/boot.h
boot/%.s: ../boot/%.S ../boot/boot.h
@mkdir -p boot
- $(CC) -E -traditional -I../boot -o $@ $<
+ $(CC) -E -traditional -fPIC -I../boot -o $@ $<
boot/efisetup.o: ../boot/efisetup.c
@mkdir -p boot