Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/evbarm/instkernel Try to fix previous: include etc.e...
details: https://anonhg.NetBSD.org/src/rev/78fb14908696
branches: trunk
changeset: 1008609:78fb14908696
user: martin <martin%NetBSD.org@localhost>
date: Sat Mar 28 15:41:23 2020 +0000
description:
Try to fix previous: include etc.evbarm/Makefile.inc to get proper sub-arch
settings and key the subdirs off KERENEL_SETS instead of ALL_KERNELS
(which is not always defined)
diffstat:
distrib/evbarm/instkernel/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r b87aa94a9c77 -r 78fb14908696 distrib/evbarm/instkernel/Makefile
--- a/distrib/evbarm/instkernel/Makefile Sat Mar 28 15:37:04 2020 +0000
+++ b/distrib/evbarm/instkernel/Makefile Sat Mar 28 15:41:23 2020 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2020/03/26 08:02:55 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2020/03/28 15:41:23 martin Exp $
SUBDIR= ramdisk
-.if !empty(ALL_KERNELS:MRPI_INSTALL)
+.include "../../etc/etc.evbarm/Makefile.inc"
+
+.if !empty(KERNEL_SETS:MRPI)
SUBDIR+= sshramdisk
.endif
Home |
Main Index |
Thread Index |
Old Index