Module Name:    src
Committed By:   skrll
Date:           Mon Nov  5 21:34:33 UTC 2018

Modified Files:
        src/etc/etc.evbarm: Makefile.inc

Log Message:
Match the right MACHINE_ARCHes for GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/etc/etc.evbarm/Makefile.inc

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

Modified files:

Index: src/etc/etc.evbarm/Makefile.inc
diff -u src/etc/etc.evbarm/Makefile.inc:1.98 src/etc/etc.evbarm/Makefile.inc:1.99
--- src/etc/etc.evbarm/Makefile.inc:1.98	Sun Nov  4 21:41:12 2018
+++ src/etc/etc.evbarm/Makefile.inc	Mon Nov  5 21:34:33 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.98 2018/11/04 21:41:12 skrll Exp $
+#	$NetBSD: Makefile.inc,v 1.99 2018/11/05 21:34:33 skrll Exp $
 #
 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -175,7 +175,7 @@ BUILD_KERNELS+=		${board}_INSTALL
 KERNEL_SETS+=		${KERNEL_SETS.${arch}}
 .endfor
 
-.if !empty(MACHINE_ARCH:M*earmv[67])
+.if !empty(MACHINE_ARCH:Mearmv7*)
 KERNEL_SETS+=		GENERIC
 .endif
 

Reply via email to