git: dfbe8f64837e - main - loader.efi: include help.fdt for FDT-enabled loader
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Feb 2023 20:39:13 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=dfbe8f64837e663d7508c5d5eccb6d2eba8d045a commit dfbe8f64837e663d7508c5d5eccb6d2eba8d045a Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2022-10-31 14:19:08 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2023-02-03 20:35:08 +0000 loader.efi: include help.fdt for FDT-enabled loader --- stand/efi/loader/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/stand/efi/loader/Makefile b/stand/efi/loader/Makefile index 4c94f67cf4e0..2de55a29813f 100644 --- a/stand/efi/loader/Makefile +++ b/stand/efi/loader/Makefile @@ -68,6 +68,7 @@ CFLAGS+= -DEFI .if defined(HAVE_FDT) && ${MK_FDT} != "no" .include "${BOOTSRC}/fdt.mk" LIBEFI_FDT= ${BOOTOBJ}/efi/fdt/libefi_fdt.a +HELP_FILES+= ${FDTSRC}/help.fdt .endif # Include bcache code.