Actually create the wapbl module, since it works.
This commit is contained in:
parent
3b2f494e00
commit
d00d1cd7dc
@ -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>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -110,6 +110,7 @@ SUBDIR+= usbverbose
|
|||||||
SUBDIR+= vcoda
|
SUBDIR+= vcoda
|
||||||
SUBDIR+= v7fs
|
SUBDIR+= v7fs
|
||||||
SUBDIR+= vnd
|
SUBDIR+= vnd
|
||||||
|
SUBDIR+= wapbl
|
||||||
SUBDIR+= zlib
|
SUBDIR+= zlib
|
||||||
SUBDIR+= tprof
|
SUBDIR+= tprof
|
||||||
.if (defined(NOTYET))
|
.if (defined(NOTYET))
|
||||||
|
15
sys/modules/wapbl/Makefile
Normal file
15
sys/modules/wapbl/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user