Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk No kernel modules for acorn26



details:   https://anonhg.NetBSD.org/src/rev/0f92f9821567
branches:  trunk
changeset: 808285:0f92f9821567
user:      martin <martin%NetBSD.org@localhost>
date:      Tue May 12 08:25:28 2015 +0000

description:
No kernel modules for acorn26

diffstat:

 share/mk/bsd.own.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 922d3b223944 -r 0f92f9821567 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue May 12 07:07:16 2015 +0000
+++ b/share/mk/bsd.own.mk       Tue May 12 08:25:28 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.847 2015/04/26 21:37:22 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.848 2015/05/12 08:25:28 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -990,9 +990,9 @@
 #
 # Exceptions to the above:
 #
-#.if ${MACHINE} == "evbppc"
-#MKKMOD=               no
-#.endif
+.if ${MACHINE} == "acorn26"    # page size is prohibitive
+MKKMOD=                no
+.endif
 
 #
 # MK* options which default to "no".  Note that MKZFS has a different



Home | Main Index | Thread Index | Old Index