Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules new module



details:   https://anonhg.NetBSD.org/src/rev/6b54fc85fd7a
branches:  trunk
changeset: 802536:6b54fc85fd7a
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 19 17:25:47 2014 +0000

description:
new module

diffstat:

 sys/modules/Makefile                |   3 ++-
 sys/modules/hdaudioverbose/Makefile |  10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 2ebf70867059 -r 6b54fc85fd7a sys/modules/Makefile
--- a/sys/modules/Makefile      Fri Sep 19 17:25:33 2014 +0000
+++ b/sys/modules/Makefile      Fri Sep 19 17:25:47 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.140 2014/08/10 11:50:15 bad Exp $
+#      $NetBSD: Makefile,v 1.141 2014/09/19 17:25:47 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -135,6 +135,7 @@
 SUBDIR+=       est
 SUBDIR+=       hdafg
 SUBDIR+=       hdaudio
+SUBDIR+=       hdaudioverbose
 SUBDIR+=       hpet
 SUBDIR+=       odcm
 SUBDIR+=       powernow
diff -r 2ebf70867059 -r 6b54fc85fd7a sys/modules/hdaudioverbose/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/hdaudioverbose/Makefile       Fri Sep 19 17:25:47 2014 +0000
@@ -0,0 +1,10 @@
+#      $NetBSD: Makefile,v 1.1 2014/09/19 17:25:47 christos Exp $
+
+.include "../Makefile.inc"
+
+KMOD=  hdaudioverbose
+
+.PATH: ${S}/dev/pci/hdaudio
+SRCS=  hdaudio_verbose.c
+
+.include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index