aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/btx/btxldr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/btx/btxldr/Makefile')
-rw-r--r--sys/boot/i386/btx/btxldr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile
index 7e57ca3fc6a2..68089346ded3 100644
--- a/sys/boot/i386/btx/btxldr/Makefile
+++ b/sys/boot/i386/btx/btxldr/Makefile
@@ -5,6 +5,8 @@ INTERNALPROG=
MAN=
SRCS= btxldr.S
+NO_PIE= yes
+
CFLAGS+=-DLOADER_ADDRESS=${LOADER_ADDRESS}
CFLAGS+=-I${.CURDIR}/../../common