summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/pxeldr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/pxeldr/Makefile')
-rw-r--r--sys/boot/i386/pxeldr/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/i386/pxeldr/Makefile b/sys/boot/i386/pxeldr/Makefile
index 6ba21a3..f471595 100644
--- a/sys/boot/i386/pxeldr/Makefile
+++ b/sys/boot/i386/pxeldr/Makefile
@@ -17,6 +17,11 @@ M4?= m4
M4FLAGS+= -DPROBE_KEYBOARD
.endif
+.if defined(BOOT_PXELDR_ALWAYS_SERIAL)
+M4FLAGS+= -DALWAYS_SERIAL
+.endif
+
+
.if exists(${.OBJDIR}/../loader)
LOADERBIN= ${.OBJDIR}/../loader/loader.bin
.else
OpenPOWER on IntegriCloud