Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/spkr Define the NWSMUX symbol for the spkr modul...



details:   https://anonhg.NetBSD.org/src/rev/0b14d96b46d1
branches:  trunk
changeset: 824607:0b14d96b46d1
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Jun 11 05:28:28 2017 +0000

description:
Define the NWSMUX symbol for the spkr module (for modules, we cannot
use the wsmux.h file created by the needs-flag in sys/conf/files)

diffstat:

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

diffs (16 lines):

diff -r 45da621feac6 -r 0b14d96b46d1 sys/modules/spkr/Makefile
--- a/sys/modules/spkr/Makefile Sun Jun 11 05:26:52 2017 +0000
+++ b/sys/modules/spkr/Makefile Sun Jun 11 05:28:28 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/12/15 06:48:14 pgoyette Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/11 05:28:28 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -12,5 +12,6 @@
 SRCS+= spkr_audio.c audiobell.c
 
 WARNS= 4
+CPPFLAGS+=     -DNWSMUX=1
 
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index