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)
This commit is contained in:
pgoyette 2017-06-11 05:28:28 +00:00
parent 85ff481104
commit 01d1a64d4c
1 changed files with 2 additions and 1 deletions

View File

@ -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.c spkr_pcppi.c
SRCS+= spkr_audio.c audiobell.c
WARNS= 4
CPPFLAGS+= -DNWSMUX=1
.include <bsd.kmodule.mk>