mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +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
@ -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…
Reference in New Issue
Block a user