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

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

Log:
  Make sure we use the right EFI bindings.
  
  Sponsored by:	FreeBSD Foundation

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 10:04:23 2013	(r246237)
+++ projects/uefi/sys/boot/i386/efi/Makefile	Sat Feb  2 11:04:04 2013	(r246238)
@@ -19,7 +19,7 @@ SRCS+=	start.S
 CFLAGS+=	-fPIC
 CFLAGS+=	-I.
 CFLAGS+=	-I${.CURDIR}/../../efi/include
-CFLAGS+=	-I${.CURDIR}/../../efi/include/i386
+CFLAGS+=	-I${.CURDIR}/../../efi/include/${MACHINE_CPUARCH}
 
 .if ${MK_FORTH} != "no"
 BOOT_FORTH=	yes



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