aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-12-03 04:55:19 +0000
committerWarner Losh <imp@FreeBSD.org>2017-12-03 04:55:19 +0000
commitb21ed88a4111dff2601b6445f526253f19bd62fc (patch)
tree5a1b67999d56ef2f0a25651b4a3072832de9585a /stand
parentafb769e9f82b1363ab70fa5f73fa5019481545ff (diff)
downloadsrc-b21ed88a4111dff2601b6445f526253f19bd62fc.tar.gz
src-b21ed88a4111dff2601b6445f526253f19bd62fc.zip
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@
Notes
Notes: svn path=/head/; revision=326491
Diffstat (limited to 'stand')
-rw-r--r--stand/powerpc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/stand/powerpc/Makefile b/stand/powerpc/Makefile
index 969eee8dc63e..c8bbb17e2f06 100644
--- a/stand/powerpc/Makefile
+++ b/stand/powerpc/Makefile
@@ -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