Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/drm Add a couple more make variables.



details:   https://anonhg.NetBSD.org/src/rev/052dd2934df9
branches:  trunk
changeset: 1028336:052dd2934df9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 10:39:49 2021 +0000

description:
Add a couple more make variables.

diffstat:

 sys/external/bsd/drm2/drm/drm2netbsd |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5ed6b25cc9bb -r 052dd2934df9 sys/external/bsd/drm2/drm/drm2netbsd
--- a/sys/external/bsd/drm2/drm/drm2netbsd      Sun Dec 19 10:39:42 2021 +0000
+++ b/sys/external/bsd/drm2/drm/drm2netbsd      Sun Dec 19 10:39:49 2021 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#      $NetBSD: drm2netbsd,v 1.3 2021/12/19 00:25:13 riastradh Exp $
+#      $NetBSD: drm2netbsd,v 1.4 2021/12/19 10:39:49 riastradh Exp $
 #
 # $ /path/to/drm2netbsd > /path/to/files.drm.new
 #
@@ -17,6 +17,8 @@
 env CONFIG_PCI=y \
 env CONFIG_AGP=y \
 env CONFIG_DRM_FBDEV_EMULATION=y \
+env CONFIG_DRM_GEM_CMA_HELPER=y \
+env CONFIG_DRM_PANEL=y \
 env CONFIG_DRM_VM=y \
 make -f Makefile -V '$(drm-y)' -V '$(drm_kms_helper-y)' \
 | tr ' ' '\n' \



Home | Main Index | Thread Index | Old Index