Add the spkr module to the build.

This commit is contained in:
pgoyette 2015-05-17 05:21:38 +00:00
parent 6b3e23a38c
commit 4f8c7a9bc2
3 changed files with 25 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.154 2015/05/14 01:34:31 pgoyette Exp $
# $NetBSD: Makefile,v 1.155 2015/05/17 05:21:38 pgoyette Exp $
.include <bsd.own.mk>
@ -325,6 +325,7 @@ SUBDIR+= auvitek
SUBDIR+= coram
SUBDIR+= cxdtv
SUBDIR+= emdtv
SUBDIR+= spkr
.endif
.if (${MKISCSI} != "no")

13
sys/modules/spkr/Makefile Normal file
View File

@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1 2015/05/17 05:21:38 pgoyette Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/isa
KMOD= spkr
IOCONF= spkr.ioconf
SRCS= spkr.c
WARNS= 4
.include <bsd.kmodule.mk>

View File

@ -0,0 +1,10 @@
# $NetBSD: spkr.ioconf,v 1.1 2015/05/17 05:21:38 pgoyette Exp $
ioconf spkr
include "conf/files"
include "dev/isa/files.isa"
pseudo-root pcppi*
spkr* at pcppi?