svn commit: r247248 - projects/uefi/sys/boot/i386/efi

Benno Rice benno at FreeBSD.org
Mon Feb 25 00:06:19 UTC 2013


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


More information about the svn-src-projects mailing list