Skip to content

Commit

Permalink
loader: Don't need the arch list
Browse files Browse the repository at this point in the history
MK_LOADER_KBOOT is already marked broken for these architectures, so I
don't need an if too.

Sponsored by:		Netflix
  • Loading branch information
bsdimp committed Nov 13, 2024
1 parent 93b30f1 commit 7e8f87c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stand/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e8f87c

Please sign in to comment.