Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules Actually create the wapbl module, since it works.
details: https://anonhg.NetBSD.org/src/rev/57887f6407ce
branches: trunk
changeset: 341643:57887f6407ce
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sun Nov 15 03:12:14 2015 +0000
description:
Actually create the wapbl module, since it works.
diffstat:
sys/modules/Makefile | 3 ++-
sys/modules/wapbl/Makefile | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 39c254b3b2e7 -r 57887f6407ce sys/modules/Makefile
--- a/sys/modules/Makefile Sun Nov 15 03:09:39 2015 +0000
+++ b/sys/modules/Makefile Sun Nov 15 03:12:14 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.156 2015/07/09 14:41:30 matt Exp $
+# $NetBSD: Makefile,v 1.157 2015/11/15 03:12:14 pgoyette Exp $
.include <bsd.own.mk>
@@ -110,6 +110,7 @@
SUBDIR+= vcoda
SUBDIR+= v7fs
SUBDIR+= vnd
+SUBDIR+= wapbl
SUBDIR+= zlib
SUBDIR+= tprof
.if (defined(NOTYET))
diff -r 39c254b3b2e7 -r 57887f6407ce sys/modules/wapbl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/wapbl/Makefile Sun Nov 15 03:12:14 2015 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2015/11/15 03:12:14 pgoyette Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/kern
+
+KMOD= wapbl
+
+CPPFLAGS+= -DWAPBL
+
+#CWARNFLAGS.clang= -Wno-conversion
+
+SRCS= vfs_wapbl.c
+
+.include <bsd.kmodule.mk>
Home |
Main Index |
Thread Index |
Old Index