Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2013 00:06:19 +0000 (UTC)
From:      Benno Rice <benno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r247248 - projects/uefi/sys/boot/i386/efi
Message-ID:  <201302250006.r1P06J9D040524@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: benno
Date: Mon Feb 25 00:06:18 2013
New Revision: 247248
URL: http://svnweb.freebsd.org/changeset/base/247248

Log:
  Add efifb.c to loader Makefile.

Modified:
  projects/uefi/sys/boot/i386/efi/Makefile

Modified: projects/uefi/sys/boot/i386/efi/Makefile
==============================================================================
--- projects/uefi/sys/boot/i386/efi/Makefile	Mon Feb 25 00:04:02 2013	(r247247)
+++ projects/uefi/sys/boot/i386/efi/Makefile	Mon Feb 25 00:06:18 2013	(r247248)
@@ -12,7 +12,7 @@ INTERNALPROG=
 # architecture-specific loader code
 SRCS=	main.c exec.c conf.c vers.c reloc.c elf32_freebsd.c elf64_freebsd.c
 SRCS+=	x86_efi_copy.c bootinfo.c bootinfo64.c autoload.c devicename.c efimd.c
-SRCS+=	amd64_tramp.S
+SRCS+=	efifb.c amd64_tramp.S
 
 .PATH:	${.CURDIR}/${MACHINE_CPUARCH}
 SRCS+=	start.S



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302250006.r1P06J9D040524>