aboutsummaryrefslogtreecommitdiff
path: root/stand/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-12-30 23:07:13 +0000
committerWarner Losh <imp@FreeBSD.org>2021-12-30 23:07:13 +0000
commit6497250f6f7f93e36795f5d0ec8ac658f6e781d8 (patch)
treeaf2ec9d638e4f092524fb69bd4da7a16ef95fb73 /stand/Makefile
parent436619964437356d6460896274721f9ca41eaeca (diff)
downloadsrc-6497250f6f7f93e36795f5d0ec8ac658f6e781d8.tar.gz
src-6497250f6f7f93e36795f5d0ec8ac658f6e781d8.zip
kboot: Split out powerpc build
Split the powerpc specific parts into kboot/arch/powerpc64. More may be needed here. Sponsored by: Netflix Reviewed by: jhibbits Differential Revision: https://reviews.freebsd.org/D33514
Diffstat (limited to 'stand/Makefile')
-rw-r--r--stand/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/Makefile b/stand/Makefile
index 8fd981cd21f1..1597f6832c07 100644
--- a/stand/Makefile
+++ b/stand/Makefile
@@ -80,8 +80,10 @@ SUBDIR_DEPEND_forth+= ficl
SUBDIR_DEPEND_lua+= liblua
SUBDIR_DEPEND_efi+= ${INTERP_DEPENDS}
+SUBDIR_DEPEND_kboot+= ${INTERP_DEPENDS}
.if ${MK_FDT} != "no"
SUBDIR_DEPEND_efi+= fdt
+SUBDIR_DEPEND_kboot+= fdt
.endif
SUBDIR_DEPEND_uboot+= ${INTERP_DEPENDS}