summaryrefslogtreecommitdiffstats
path: root/stand/powerpc
diff options
context:
space:
mode:
authorkevans <kevans@FreeBSD.org>2018-02-28 18:31:35 +0000
committerkevans <kevans@FreeBSD.org>2018-02-28 18:31:35 +0000
commit8a6fb58fcee06cfb285c3b4822015d5e5920c5eb (patch)
tree2aed9e56e7b2ba2b27aef092444cb8774eb080c1 /stand/powerpc
parentbbba0c05b6b34dba4485c130b549de8d35599fe3 (diff)
downloadFreeBSD-src-8a6fb58fcee06cfb285c3b4822015d5e5920c5eb.zip
FreeBSD-src-8a6fb58fcee06cfb285c3b4822015d5e5920c5eb.tar.gz
MFC r330004: Add NO_OBJ to those directories that don't make anything.
For directories that don't many anything, add NO_OBJ=t just before we include bsd.init.mk. This prevents them from creating an OBJ directory. In addition, prevent defs.mk from creating the machine related links in these cases. They aren't needed and break, at least on stable, the read-only src tree build. PR: 226074
Diffstat (limited to 'stand/powerpc')
-rw-r--r--stand/powerpc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/powerpc/Makefile b/stand/powerpc/Makefile
index c8bbb17..09b2bfe 100644
--- a/stand/powerpc/Makefile
+++ b/stand/powerpc/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+NO_OBJ=t
+
.include <bsd.init.mk>
SUBDIR= boot1.chrp ofw uboot
OpenPOWER on IntegriCloud