diff options
| author | maxv <maxv@NetBSD.org> | 2017-08-11 12:58:14 +0000 |
|---|---|---|
| committer | maxv <maxv@NetBSD.org> | 2017-08-11 12:58:14 +0000 |
| commit | 351e23320752c3fceed46562b40bdbf86a949a4a (patch) | |
| tree | fc56b6a8d922df9571e2728db40e89e2b37018ef /sys/modules | |
| parent | bee18a0f254f73ee80742c77580462e3c55577d5 (diff) | |
Don't build the ibcs2 module on i386.
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 5eafc182c35..57058a77a94 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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 @@ SUBDIR+= compat_netbsd32_sysvipc .if ${MACHINE_ARCH} == "i386" SUBDIR+= ati_pcigart SUBDIR+= compat_freebsd -SUBDIR+= compat_ibcs2 SUBDIR+= mach64drm SUBDIR+= mgadrm SUBDIR+= nsclpcsio |
