aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/loader
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2017-11-02 19:45:51 +0000
committerAndriy Gapon <avg@FreeBSD.org>2017-11-02 19:45:51 +0000
commitb2ef49904117e5b28afd74f61c4fd313993967c2 (patch)
treebf37f98731f778a871001771a0ab71548fdec9cc /sys/boot/i386/loader
parent1305bc41079f72b2adb0043432c0ed8a103880ab (diff)
Notes
Diffstat (limited to 'sys/boot/i386/loader')
-rw-r--r--sys/boot/i386/loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 5b8dfb22130d..f5465967a3c8 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -26,7 +26,7 @@ SRCS= main.c conf.c vers.c chain.c
# Put LOADER_FIREWIRE_SUPPORT=yes in /etc/make.conf for FireWire/dcons support
.if defined(LOADER_FIREWIRE_SUPPORT)
CFLAGS+= -DLOADER_FIREWIRE_SUPPORT
-LIBFIREWIRE= ${BOOTSRC}/i386/libfirewire/libfirewire.a
+LIBFIREWIRE= ${BOOTOBJ}/i386/libfirewire/libfirewire.a
.endif
# Set by zfsloader Makefile