aboutsummaryrefslogtreecommitdiff
path: root/stand/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-12-30 23:07:06 +0000
committerWarner Losh <imp@FreeBSD.org>2023-01-24 21:49:19 +0000
commita8a68c0442b8acbcada716c908d801786a7de474 (patch)
treeae940fe7c5c2f5aff245327d7e4811b89254bae5 /stand/Makefile
parentaf09db250b09684b0e8fae09f9f702a3b5688b76 (diff)
downloadsrc-a8a68c0442b8acbcada716c908d801786a7de474.tar.gz
src-a8a68c0442b8acbcada716c908d801786a7de474.zip
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 (cherry picked from commit 436619964437356d6460896274721f9ca41eaeca)
Diffstat (limited to 'stand/Makefile')
-rw-r--r--stand/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/stand/Makefile b/stand/Makefile
index 7ac848f4076a..8fd981cd21f1 100644
--- a/stand/Makefile
+++ b/stand/Makefile
@@ -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)