[syslinux:firmware] sys/vesa: Include screencpy.o in $LIBVESA_OBJS

syslinux-bot for Matt Fleming matt.fleming at intel.com
Fri Jan 4 09:42:02 PST 2013


Commit-ID:  714e64ac377a158960abe85035b275c71325530e
Gitweb:     http://www.syslinux.org/commit/714e64ac377a158960abe85035b275c71325530e
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Wed, 2 Jan 2013 13:32:49 +0000
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Wed, 2 Jan 2013 13:32:49 +0000

sys/vesa: Include screencpy.o in $LIBVESA_OBJS

commit 4b0851493dce ("sys/vesa: Modularise common vesa code")
accidentally removed screencpy.o from $LIBVESA_OBJS, which results in
an undefined reference to __vesacon_copy_to_screen when loading
vesamenu.c32.

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 com32/lib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index 46a53b5..95564b9 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -25,7 +25,7 @@ LIBJPG_OBJS = \
 LIBVESA_OBJS = \
 	sys/vesacon_write.o sys/vesaserial_write.o			\
 	sys/vesa/initvesa.o sys/vesa/drawtxt.o	sys/vesa/background.o	\
-	sys/vesa/alphatbl.o sys/vesa/fmtpixel.o				\
+	sys/vesa/alphatbl.o sys/vesa/screencpy.o sys/vesa/fmtpixel.o	\
 	sys/vesa/i915resolution.o
 
 LIBMISC_OBJS = \


More information about the Syslinux-commits mailing list