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

Benno Rice benno at FreeBSD.org
Thu Feb 28 00:50:37 UTC 2013


Author: benno
Date: Thu Feb 28 00:50:37 2013
New Revision: 247436
URL: http://svnweb.freebsd.org/changeset/base/247436

Log:
  Remove exec.c from here too.

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

Modified: projects/uefi/sys/boot/i386/efi/Makefile
==============================================================================
--- projects/uefi/sys/boot/i386/efi/Makefile	Thu Feb 28 00:49:00 2013	(r247435)
+++ projects/uefi/sys/boot/i386/efi/Makefile	Thu Feb 28 00:50:37 2013	(r247436)
@@ -10,7 +10,7 @@ PROG=		loader.sym
 INTERNALPROG=
 
 # architecture-specific loader code
-SRCS=	main.c exec.c conf.c vers.c reloc.c elf64_freebsd.c
+SRCS=	main.c conf.c vers.c reloc.c elf64_freebsd.c
 SRCS+=	x86_efi_copy.c bootinfo.c bootinfo64.c autoload.c devicename.c efimd.c
 SRCS+=	efifb.c amd64_tramp.S start.S
 


More information about the svn-src-projects mailing list