Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand Enable efiboot on i386, for 32 bit bootb...



details:   https://anonhg.NetBSD.org/src/rev/c37b04583bf3
branches:  trunk
changeset: 320442:c37b04583bf3
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jul 08 16:50:27 2018 +0000

description:
Enable efiboot on i386, for 32 bit bootblocks

diffstat:

 sys/arch/i386/stand/Makefile         |  4 +---
 sys/arch/i386/stand/efiboot/Makefile |  6 ++++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r b38658e270b4 -r c37b04583bf3 sys/arch/i386/stand/Makefile
--- a/sys/arch/i386/stand/Makefile      Sun Jul 08 16:48:47 2018 +0000
+++ b/sys/arch/i386/stand/Makefile      Sun Jul 08 16:50:27 2018 +0000
@@ -1,11 +1,9 @@
-#      $NetBSD: Makefile,v 1.28 2017/01/24 11:09:14 nonaka Exp $
+#      $NetBSD: Makefile,v 1.29 2018/07/08 16:50:27 christos Exp $
 
 SUBDIR=                mbr boot
 SUBDIR+=       bootxx cdboot fatboot
 SUBDIR+=       dosboot misc
 SUBDIR+=       pxeboot
-.if ${MACHINE} == "amd64"
 SUBDIR+=       efiboot
-.endif
 
 .include <bsd.subdir.mk>
diff -r b38658e270b4 -r c37b04583bf3 sys/arch/i386/stand/efiboot/Makefile
--- a/sys/arch/i386/stand/efiboot/Makefile      Sun Jul 08 16:48:47 2018 +0000
+++ b/sys/arch/i386/stand/efiboot/Makefile      Sun Jul 08 16:50:27 2018 +0000
@@ -1,6 +1,8 @@
-#      $NetBSD: Makefile,v 1.1 2017/01/24 11:09:14 nonaka Exp $
+#      $NetBSD: Makefile,v 1.2 2018/07/08 16:50:28 christos Exp $
 
+SUBDIR=        bootia32
+.if ${MACHINE} == "amd64"
 SUBDIR=                bootx64
-SUBDIR+=       bootia32
+.endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index