Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/viadrmums Fix i386 modules build: viadrmums requ...



details:   https://anonhg.NetBSD.org/src/rev/fde6dea4b749
branches:  trunk
changeset: 1029034:fde6dea4b749
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 16:01:29 2021 +0000

description:
Fix i386 modules build: viadrmums requires CONFIG_DRM_LEGACY.

diffstat:

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

diffs (18 lines):

diff -r 44b9b1712199 -r fde6dea4b749 sys/modules/viadrmums/Makefile
--- a/sys/modules/viadrmums/Makefile    Sun Dec 19 12:45:50 2021 +0000
+++ b/sys/modules/viadrmums/Makefile    Sun Dec 19 16:01:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/09/29 23:45:00 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2021/12/19 16:01:29 riastradh Exp $
 
 .include "../Makefile.inc"
 .include "../drmkms/Makefile.inc"
@@ -9,6 +9,8 @@
 CPPFLAGS+=     -I${S}/external/bsd/drm2/dist/drm/via
 CPPFLAGS+=     -I${S}/external/bsd/drm2/via
 
+CPPFLAGS+=     -DCONFIG_DRM_LEGACY
+
 .PATH: ${S}/external/bsd/drm2/via
 .PATH: ${S}/external/bsd/drm2/dist/drm/via
 



Home | Main Index | Thread Index | Old Index