aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/amd64
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2015-02-27 22:22:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2015-02-27 22:22:05 +0000
commit48f73a80bacdc308741083e1917c2bccdf81d88a (patch)
treee11d8153819a791424ddd28b46cb07ccea1581bf /sys/boot/amd64
parentf76aa51521564a2f9adaab1aaef9703705c9546c (diff)
downloadsrc-48f73a80bacdc308741083e1917c2bccdf81d88a.tar.gz
src-48f73a80bacdc308741083e1917c2bccdf81d88a.zip
Notes
Diffstat (limited to 'sys/boot/amd64')
-rw-r--r--sys/boot/amd64/efi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/amd64/efi/Makefile b/sys/boot/amd64/efi/Makefile
index d63c49db06e9..3f853a50fd1f 100644
--- a/sys/boot/amd64/efi/Makefile
+++ b/sys/boot/amd64/efi/Makefile
@@ -84,6 +84,7 @@ loader.efi: loader.sym
--output-target=${EFI_TARGET} ${.ALLSRC} ${.TARGET}
LIBEFI= ${.OBJDIR}/../../efi/libefi/libefi.a
+LIBSTAND= ${.OBJDIR}/../../userboot/libstand/libstand.a
DPADD= ${LIBFICL} ${LIBEFI} ${LIBSTAND}
LDADD= ${LIBFICL} ${LIBEFI} ${LIBSTAND}