kboot: Move powerpc kboot to top level

As the first step at making this more generic, move kboot to top level.

Sponsored by:		Netflix
Reviewed by:		luporl, tsoome
Differential Revision:	https://reviews.freebsd.org/D33513
This commit is contained in:
Warner Losh 2021-12-30 16:07:06 -07:00
parent 20a0965182
commit 4366199644
14 changed files with 3 additions and 4 deletions

View file

@ -39,6 +39,9 @@ INTERP_DEPENDS+= lua
.include <bsd.arch.inc.mk>
S.${MK_EFI}+= efi
.if ${MK_FDT} != "no"
S.${MK_LOADER_KBOOT}+= kboot
.endif
S.${MK_LOADER_UBOOT}+= uboot
.if defined(LIB32LIST)

View file

@ -6,8 +6,4 @@ NO_OBJ=t
SUBDIR.yes= boot1.chrp ofw
.if "${MACHINE_ARCH}" == "powerpc64"
SUBDIR.${MK_FDT}+= kboot
.endif
.include <bsd.subdir.mk>