mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
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
This commit is contained in:
parent
93b30f1b6c
commit
7e8f87ca2b
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue