Disconnet ps3 from the build. There's too many warnings to fix. Also,

it's going to be removed soon anyway once the final lingering issues
with kboot are resolved. Go ahead and disconnect it from the build a
little early.

Sponsored by: Netflix
OK'd by: nathanw@
This commit is contained in:
Warner Losh 2017-12-03 04:55:19 +00:00
parent afb769e9f8
commit b21ed88a41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326491

View File

@ -3,9 +3,6 @@
.include <bsd.init.mk>
SUBDIR= boot1.chrp ofw uboot
.if ${MACHINE_ARCH} != "powerpcspe"
SUBDIR+= ps3
.endif
.if ${MK_FDT} == "yes"
SUBDIR+= kboot
.endif