Module Name:    src
Committed By:   pgoyette
Date:           Fri Jun 16 04:16:18 UTC 2017

Modified Files:
        src/sys/modules/hdafg: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/modules/hdafg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/hdafg/Makefile
diff -u src/sys/modules/hdafg/Makefile:1.5 src/sys/modules/hdafg/Makefile:1.6
--- src/sys/modules/hdafg/Makefile:1.5	Wed Nov 19 00:17:10 2014
+++ src/sys/modules/hdafg/Makefile	Fri Jun 16 04:16:18 2017
@@ -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>

Reply via email to