Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2013 09:35:15 +0000 (UTC)
From:      Benno Rice <benno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r246233 - projects/uefi/sys/boot/i386/efi
Message-ID:  <201302020935.r129ZFI1088939@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: benno
Date: Sat Feb  2 09:35:14 2013
New Revision: 246233
URL: http://svnweb.freebsd.org/changeset/base/246233

Log:
  Missed a change: Add new files to Makefile.

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

Modified: projects/uefi/sys/boot/i386/efi/Makefile
==============================================================================
--- projects/uefi/sys/boot/i386/efi/Makefile	Sat Feb  2 09:13:43 2013	(r246232)
+++ projects/uefi/sys/boot/i386/efi/Makefile	Sat Feb  2 09:35:14 2013	(r246233)
@@ -10,8 +10,8 @@ PROG=		loader.sym
 INTERNALPROG=
 
 # architecture-specific loader code
-SRCS=	main.c exec.c conf.c vers.c reloc.c elf32_freebsd.c
-SRCS+=	i386_copy.c bootinfo.c autoload.c devicename.c efimd.c
+SRCS=	main.c exec.c conf.c vers.c reloc.c elf32_freebsd.c elf64_freebsd.c
+SRCS+=	i386_copy.c bootinfo.c bootinfo64.c autoload.c devicename.c efimd.c
 
 .PATH:	${.CURDIR}/${MACHINE_CPUARCH}
 SRCS+=	start.S



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