Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/stand/efiboot/bootriscv64 EFIBOOT_FDT=yes for riscv64 too
details: https://anonhg.NetBSD.org/src/rev/360ec0aa30af
branches: trunk
changeset: 988272:360ec0aa30af
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Oct 06 11:26:21 2021 +0000
description:
EFIBOOT_FDT=yes for riscv64 too
diffstat:
sys/stand/efiboot/bootriscv64/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 1ead6e0804d7 -r 360ec0aa30af sys/stand/efiboot/bootriscv64/Makefile
--- a/sys/stand/efiboot/bootriscv64/Makefile Wed Oct 06 10:15:20 2021 +0000
+++ b/sys/stand/efiboot/bootriscv64/Makefile Wed Oct 06 11:26:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/10/06 10:13:20 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/06 11:26:21 jmcneill Exp $
PROG= bootriscv64.efi
OBJFMT= binary
@@ -7,6 +7,8 @@
LIBGNUEFI_ARCH= riscv64
OBJCOPY_FORMAT= -O binary
+EFIBOOT_FDT= yes
+
EXTRA_SOURCES= efibootriscv64.c
COPTS+= -mcmodel=medany
Home |
Main Index |
Thread Index |
Old Index