git: 7e8f87ca2b9f - main - loader: Don't need the arch list
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Nov 2024 05:05:59 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=7e8f87ca2b9f9e50c5bcd8dbe03ef2b7d18a6574 commit 7e8f87ca2b9f9e50c5bcd8dbe03ef2b7d18a6574 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-11-13 05:01:24 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-11-13 05:01:24 +0000 loader: Don't need the arch list MK_LOADER_KBOOT is already marked broken for these architectures, so I don't need an if too. Sponsored by: Netflix --- stand/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/stand/Makefile b/stand/Makefile index 5d81e5f8a032..f5ce6ca3db71 100644 --- a/stand/Makefile +++ b/stand/Makefile @@ -37,9 +37,7 @@ INTERP_DEPENDS+= lua .include <bsd.arch.inc.mk> S.${MK_EFI}+= efi -.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "powerpc64" S.${MK_LOADER_KBOOT}+= kboot -.endif S.${MK_LOADER_UBOOT}+= uboot .if defined(LIB32LIST)