svn commit: r326491 - head/stand/powerpc
Warner Losh
imp at FreeBSD.org
Sun Dec 3 04:55:21 UTC 2017
Author: imp
Date: Sun Dec 3 04:55:19 2017
New Revision: 326491
URL: https://svnweb.freebsd.org/changeset/base/326491
Log:
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@
Modified:
head/stand/powerpc/Makefile
Modified: head/stand/powerpc/Makefile
==============================================================================
--- head/stand/powerpc/Makefile Sun Dec 3 04:55:14 2017 (r326490)
+++ head/stand/powerpc/Makefile Sun Dec 3 04:55:19 2017 (r326491)
@@ -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
More information about the svn-src-head
mailing list