Actually create the wapbl module, since it works.

This commit is contained in:
pgoyette 2015-11-15 03:12:14 +00:00
parent 3b2f494e00
commit d00d1cd7dc
2 changed files with 17 additions and 1 deletions

View File

@ -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+= usbverbose
SUBDIR+= vcoda
SUBDIR+= v7fs
SUBDIR+= vnd
SUBDIR+= wapbl
SUBDIR+= zlib
SUBDIR+= tprof
.if (defined(NOTYET))

View File

@ -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>