Module Name: src
Committed By: jmcneill
Date: Wed Oct 6 11:26:21 UTC 2021
Modified Files:
src/sys/stand/efiboot/bootriscv64: Makefile
Log Message:
EFIBOOT_FDT=yes for riscv64 too
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/stand/efiboot/bootriscv64/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/stand/efiboot/bootriscv64/Makefile
diff -u src/sys/stand/efiboot/bootriscv64/Makefile:1.2 src/sys/stand/efiboot/bootriscv64/Makefile:1.3
--- src/sys/stand/efiboot/bootriscv64/Makefile:1.2 Wed Oct 6 10:13:20 2021
+++ src/sys/stand/efiboot/bootriscv64/Makefile Wed Oct 6 11:26:21 2021
@@ -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 @@ GNUEFIARCH= riscv64
LIBGNUEFI_ARCH= riscv64
OBJCOPY_FORMAT= -O binary
+EFIBOOT_FDT= yes
+
EXTRA_SOURCES= efibootriscv64.c
COPTS+= -mcmodel=medany