Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add filemon to the modules we build.
details: https://anonhg.NetBSD.org/src/rev/539bbb2be1ce
branches: trunk
changeset: 769990:539bbb2be1ce
user: sjg <sjg%NetBSD.org@localhost>
date: Thu Sep 29 17:40:19 2011 +0000
description:
Add filemon to the modules we build.
diffstat:
distrib/sets/lists/modules/md.evbppc | 6 +++++-
distrib/sets/lists/modules/mi | 4 +++-
sys/modules/Makefile | 3 ++-
3 files changed, 10 insertions(+), 3 deletions(-)
diffs (62 lines):
diff -r c8bcf4d5afd1 -r 539bbb2be1ce distrib/sets/lists/modules/md.evbppc
--- a/distrib/sets/lists/modules/md.evbppc Thu Sep 29 12:51:28 2011 +0000
+++ b/distrib/sets/lists/modules/md.evbppc Thu Sep 29 17:40:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.evbppc,v 1.10 2011/08/31 13:25:49 mbalmer Exp $
+# $NetBSD: md.evbppc,v 1.11 2011/09/29 17:40:19 sjg Exp $
./stand/powerpc-4xx base-kernel-modules kmod
./stand/powerpc-4xx/@OSRELEASE@ base-kernel-modules kmod
./stand/powerpc-4xx/@OSRELEASE@/modules base-kernel-modules kmod
@@ -50,6 +50,8 @@
./stand/powerpc-4xx/@OSRELEASE@/modules/ffs/ffs.kmod base-kernel-modules kmod
./stand/powerpc-4xx/@OSRELEASE@/modules/filecore base-kernel-modules kmod
./stand/powerpc-4xx/@OSRELEASE@/modules/filecore/filecore.kmod base-kernel-modules kmod
+./stand/powerpc-4xx/@OSRELEASE@/modules/filemon base-kernel-modules kmod
+./stand/powerpc-4xx/@OSRELEASE@/modules/filemon/filemon.kmod base-kernel-modules kmod
./stand/powerpc-4xx/@OSRELEASE@/modules/flash base-kernel-modules kmod
./stand/powerpc-4xx/@OSRELEASE@/modules/flash/flash.kmod base-kernel-modules kmod
./stand/powerpc-4xx/@OSRELEASE@/modules/fss base-kernel-modules kmod
@@ -207,6 +209,8 @@
./stand/powerpc-booke/@OSRELEASE@/modules/ffs/ffs.kmod base-kernel-modules kmod
./stand/powerpc-booke/@OSRELEASE@/modules/filecore base-kernel-modules kmod
./stand/powerpc-booke/@OSRELEASE@/modules/filecore/filecore.kmod base-kernel-modules kmod
+./stand/powerpc-booke/@OSRELEASE@/modules/filemon base-kernel-modules kmod
+./stand/powerpc-booke/@OSRELEASE@/modules/filemon/filemon.kmod base-kernel-modules kmod
./stand/powerpc-booke/@OSRELEASE@/modules/flash base-kernel-modules kmod
./stand/powerpc-booke/@OSRELEASE@/modules/flash/flash.kmod base-kernel-modules kmod
./stand/powerpc-booke/@OSRELEASE@/modules/fss base-kernel-modules kmod
diff -r c8bcf4d5afd1 -r 539bbb2be1ce distrib/sets/lists/modules/mi
--- a/distrib/sets/lists/modules/mi Thu Sep 29 12:51:28 2011 +0000
+++ b/distrib/sets/lists/modules/mi Thu Sep 29 17:40:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.32 2011/08/31 13:25:49 mbalmer Exp $
+# $NetBSD: mi,v 1.33 2011/09/29 17:40:19 sjg Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -57,6 +57,8 @@
./@MODULEDIR@/ffs/ffs.kmod base-kernel-modules kmod
./@MODULEDIR@/filecore base-kernel-modules kmod
./@MODULEDIR@/filecore/filecore.kmod base-kernel-modules kmod
+./@MODULEDIR@/filemon base-kernel-modules kmod
+./@MODULEDIR@/filemon/filemon.kmod base-kernel-modules kmod
./@MODULEDIR@/flash base-kernel-modules kmod
./@MODULEDIR@/flash/flash.kmod base-kernel-modules kmod
./@MODULEDIR@/fss base-kernel-modules kmod
diff -r c8bcf4d5afd1 -r 539bbb2be1ce sys/modules/Makefile
--- a/sys/modules/Makefile Thu Sep 29 12:51:28 2011 +0000
+++ b/sys/modules/Makefile Thu Sep 29 17:40:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2011/08/31 13:25:50 mbalmer Exp $
+# $NetBSD: Makefile,v 1.93 2011/09/29 17:40:19 sjg Exp $
.include <bsd.own.mk>
@@ -21,6 +21,7 @@
SUBDIR+= fdesc
SUBDIR+= ffs
SUBDIR+= filecore
+SUBDIR+= filemon
SUBDIR+= flash
SUBDIR+= fss
SUBDIR+= gpio
Home |
Main Index |
Thread Index |
Old Index