Module Name:    src
Committed By:   martin
Date:           Sat Mar 28 15:41:23 UTC 2020

Modified Files:
        src/distrib/evbarm/instkernel: Makefile

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/evbarm/instkernel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbarm/instkernel/Makefile
diff -u src/distrib/evbarm/instkernel/Makefile:1.5 src/distrib/evbarm/instkernel/Makefile:1.6
--- src/distrib/evbarm/instkernel/Makefile:1.5	Thu Mar 26 08:02:55 2020
+++ src/distrib/evbarm/instkernel/Makefile	Sat Mar 28 15:41:23 2020
@@ -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
 

Reply via email to