Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/hdafg the HDAUDIO_ENABLE_HDMI option is obsolete...



details:   https://anonhg.NetBSD.org/src/rev/55ea90ea62e2
branches:  trunk
changeset: 373566:55ea90ea62e2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Feb 18 05:25:59 2023 +0000

description:
the HDAUDIO_ENABLE_HDMI option is obsolete. don't define here..

diffstat:

 sys/modules/hdafg/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (19 lines):

diff -r 7e3ddafd0b63 -r 55ea90ea62e2 sys/modules/hdafg/Makefile
--- a/sys/modules/hdafg/Makefile        Fri Feb 17 23:44:18 2023 +0000
+++ b/sys/modules/hdafg/Makefile        Sat Feb 18 05:25:59 2023 +0000
@@ -1,14 +1,10 @@
-#      $NetBSD: Makefile,v 1.7 2019/02/17 04:05:49 rin Exp $
+#      $NetBSD: Makefile,v 1.8 2023/02/18 05:25:59 mrg Exp $
 
 .include "../Makefile.inc"
 .include "${.CURDIR}/Makefile.inc"
 
 KMOD=  hdafg
 
-# For non-rump modules, enable HDMI audio
-
-CPPFLAGS+=     -DHDAUDIO_ENABLE_HDMI
-
 WARNS= 3
 
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index