Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules Add the spkr module to the build.
details: https://anonhg.NetBSD.org/src/rev/817c95ea9224
branches: trunk
changeset: 808425:817c95ea9224
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sun May 17 05:21:38 2015 +0000
description:
Add the spkr module to the build.
diffstat:
sys/modules/Makefile | 3 ++-
sys/modules/spkr/Makefile | 13 +++++++++++++
sys/modules/spkr/spkr.ioconf | 10 ++++++++++
3 files changed, 25 insertions(+), 1 deletions(-)
diffs (48 lines):
diff -r 4e5f7b115c43 -r 817c95ea9224 sys/modules/Makefile
--- a/sys/modules/Makefile Sun May 17 05:20:37 2015 +0000
+++ b/sys/modules/Makefile Sun May 17 05:21:38 2015 +0000
@@ -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+= coram
SUBDIR+= cxdtv
SUBDIR+= emdtv
+SUBDIR+= spkr
.endif
.if (${MKISCSI} != "no")
diff -r 4e5f7b115c43 -r 817c95ea9224 sys/modules/spkr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/spkr/Makefile Sun May 17 05:21:38 2015 +0000
@@ -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>
diff -r 4e5f7b115c43 -r 817c95ea9224 sys/modules/spkr/spkr.ioconf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/spkr/spkr.ioconf Sun May 17 05:21:38 2015 +0000
@@ -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?
Home |
Main Index |
Thread Index |
Old Index