Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/spkr Add spkr_pcppi.c



details:   https://anonhg.NetBSD.org/src/rev/aec3b585288a
branches:  trunk
changeset: 819508:aec3b585288a
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 09 02:22:56 2016 +0000

description:
Add spkr_pcppi.c

diffstat:

 sys/modules/spkr/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r d0cbdc347dfb -r aec3b585288a sys/modules/spkr/Makefile
--- a/sys/modules/spkr/Makefile Fri Dec 09 02:22:34 2016 +0000
+++ b/sys/modules/spkr/Makefile Fri Dec 09 02:22:56 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/12/08 23:22:18 nat Exp $
+# $NetBSD: Makefile,v 1.4 2016/12/09 02:22:56 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -6,8 +6,7 @@
 
 KMOD=  spkr
 IOCONF=        spkr.ioconf
-CFLAGS+= -DPCPPISPEAKER
-SRCS=  spkr.c
+SRCS=  spkr.c spkr_pcppi.c
 
 WARNS= 4
 



Home | Main Index | Thread Index | Old Index