Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/evbarm/instkernel Only build sshramdisk when buildin...
details: https://anonhg.NetBSD.org/src/rev/6c804092c066
branches: trunk
changeset: 970510:6c804092c066
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Mar 26 08:02:55 2020 +0000
description:
Only build sshramdisk when building RPI_INSTALLx
diffstat:
distrib/evbarm/instkernel/Makefile | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9b24eb029c90 -r 6c804092c066 distrib/evbarm/instkernel/Makefile
--- a/distrib/evbarm/instkernel/Makefile Thu Mar 26 07:44:43 2020 +0000
+++ b/distrib/evbarm/instkernel/Makefile Thu Mar 26 08:02:55 2020 +0000
@@ -1,6 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2013/03/19 22:16:52 garbled Exp $
+# $NetBSD: Makefile,v 1.5 2020/03/26 08:02:55 skrll Exp $
+
+SUBDIR= ramdisk
-SUBDIR= ramdisk sshramdisk .WAIT instkernel
+.if !empty(ALL_KERNELS:MRPI_INSTALL)
+SUBDIR+= sshramdisk
+.endif
+
+SUBDIR+= .WAIT instkernel
TARGETS+= release
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index