Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Don't build the ibcs2 module on i386.



details:   https://anonhg.NetBSD.org/src/rev/aafd089bc628
branches:  trunk
changeset: 826023:aafd089bc628
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Aug 11 12:58:14 2017 +0000

description:
Don't build the ibcs2 module on i386.

diffstat:

 sys/modules/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 08367a83cc40 -r aafd089bc628 sys/modules/Makefile
--- a/sys/modules/Makefile      Fri Aug 11 11:57:05 2017 +0000
+++ b/sys/modules/Makefile      Fri Aug 11 12:58:14 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.194 2017/08/01 13:49:50 maxv Exp $
+#      $NetBSD: Makefile,v 1.195 2017/08/11 12:58:14 maxv Exp $
 
 .include <bsd.own.mk>
 
@@ -265,7 +265,6 @@
 .if ${MACHINE_ARCH} == "i386"
 SUBDIR+=       ati_pcigart
 SUBDIR+=       compat_freebsd
-SUBDIR+=       compat_ibcs2
 SUBDIR+=       mach64drm
 SUBDIR+=       mgadrm
 SUBDIR+=       nsclpcsio



Home | Main Index | Thread Index | Old Index