[syslinux:nocomapi] lib.mk: Add biosboot.o

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Thu Feb 13 16:36:02 PST 2014


Commit-ID:  4c8fbb20ad6f612a9fe8022c3a14b402a07b8f33
Gitweb:     http://www.syslinux.org/commit/4c8fbb20ad6f612a9fe8022c3a14b402a07b8f33
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Thu, 13 Feb 2014 16:33:14 -0800
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Thu, 13 Feb 2014 16:33:14 -0800

lib.mk: Add biosboot.o

We need biosboot.o for shuffle and boot now.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>

---
 mk/lib.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/lib.mk b/mk/lib.mk
index bc516c2..a075f65 100644
--- a/mk/lib.mk
+++ b/mk/lib.mk
@@ -151,7 +151,7 @@ LIBCONSOLE_OBJS = \
 LIBLOAD_OBJS = \
 	syslinux/addlist.o syslinux/freelist.o syslinux/memmap.o	\
 	syslinux/movebits.o syslinux/shuffle.o syslinux/shuffle_pm.o	\
-	syslinux/shuffle_rm.o syslinux/zonelist.o			\
+	syslinux/shuffle_rm.o syslinux/biosboot.o syslinux/zonelist.o	\
 	syslinux/dump_mmap.o syslinux/dump_movelist.o			\
 	\
 	syslinux/run_default.o syslinux/run_command.o			\


More information about the Syslinux-commits mailing list