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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user