From b21ed88a4111dff2601b6445f526253f19bd62fc Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 3 Dec 2017 04:55:19 +0000 Subject: [PATCH] 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@ --- stand/powerpc/Makefile | 3 --- 1 file changed, 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 SUBDIR= boot1.chrp ofw uboot -.if ${MACHINE_ARCH} != "powerpcspe" -SUBDIR+= ps3 -.endif .if ${MK_FDT} == "yes" SUBDIR+= kboot .endif