For non-rump modules, enable HDMI audio device.
No impact to rump modules, and no impact to kernels which have the hdafg driver built-in.
This commit is contained in:
parent
78cfd34100
commit
67721744d0
|
@ -1,8 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.5 2014/11/19 00:17:10 pooka Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2017/06/16 04:16:18 pgoyette Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
.include "${.CURDIR}/Makefile.inc"
|
||||
|
||||
KMOD= hdafg
|
||||
|
||||
# For non-rump modules, enable HDMI audio
|
||||
|
||||
CPPFLAGS+= -DHDAUDIO_ENABLE_HDMI
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
|
Loading…
Reference in New Issue