Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Make ixl(4) be able to build as a module
details: https://anonhg.NetBSD.org/src/rev/3c5342cd37ad
branches: trunk
changeset: 745271:3c5342cd37ad
user: yamaguchi <yamaguchi%NetBSD.org@localhost>
date: Thu Feb 27 06:30:55 2020 +0000
description:
Make ixl(4) be able to build as a module
diffstat:
distrib/sets/lists/modules/mi | 6 +++---
sys/modules/Makefile | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r cb615a47f2b7 -r 3c5342cd37ad distrib/sets/lists/modules/mi
--- a/distrib/sets/lists/modules/mi Thu Feb 27 06:17:50 2020 +0000
+++ b/distrib/sets/lists/modules/mi Thu Feb 27 06:30:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.132 2020/02/11 11:36:53 uki Exp $
+# $NetBSD: mi,v 1.133 2020/02/27 06:30:55 yamaguchi Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -214,8 +214,8 @@
./@MODULEDIR@/if_gre/if_gre.kmod modules-base-kernel kmod
./@MODULEDIR@/if_kue modules-base-kernel kmod
./@MODULEDIR@/if_kue/if_kue.kmod modules-base-kernel kmod
-./@MODULEDIR@/if_ixl base-obsolete obsolete
-./@MODULEDIR@/if_ixl/if_ixl.kmod base-obsolete obsolete
+./@MODULEDIR@/if_ixl modules-base-kernel kmod
+./@MODULEDIR@/if_ixl/if_ixl.kmod modules-base-kernel kmod
./@MODULEDIR@/if_l2tp modules-base-kernel kmod
./@MODULEDIR@/if_l2tp/if_l2tp.kmod modules-base-kernel kmod
./@MODULEDIR@/if_loop modules-base-kernel kmod
diff -r cb615a47f2b7 -r 3c5342cd37ad sys/modules/Makefile
--- a/sys/modules/Makefile Thu Feb 27 06:17:50 2020 +0000
+++ b/sys/modules/Makefile Thu Feb 27 06:30:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.238 2020/02/09 16:06:18 jmcneill Exp $
+# $NetBSD: Makefile,v 1.239 2020/02/27 06:30:56 yamaguchi Exp $
.include <bsd.own.mk>
@@ -79,6 +79,7 @@
SUBDIR+= if_faith
SUBDIR+= if_gif
SUBDIR+= if_gre
+SUBDIR+= if_ixl
SUBDIR+= if_kue
SUBDIR+= if_l2tp
SUBDIR+= if_loop
@@ -439,7 +440,6 @@
SUBDIR+= cac_eisa
SUBDIR+= cac_pci
SUBDIR+= if_aq
-SUBDIR+= if_ixl
SUBDIR+= if_vioif
SUBDIR+= ld
SUBDIR+= ld_aac
Home |
Main Index |
Thread Index |
Old Index