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

Benno Rice benno at FreeBSD.org
Sat Feb 2 11:04:04 UTC 2013


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


More information about the svn-src-projects mailing list