Source-Changes-HG archive

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

[src/trunk]: src/share/mk add an entry to find upcoming intel-2014 driver.



details:   https://anonhg.NetBSD.org/src/rev/d427cddbf7b5
branches:  trunk
changeset: 451209:d427cddbf7b5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri May 10 06:19:54 2019 +0000

description:
add an entry to find upcoming intel-2014 driver.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6e1aa77c44dd -r d427cddbf7b5 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri May 10 05:59:47 2019 +0000
+++ b/share/mk/bsd.own.mk       Fri May 10 06:19:54 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1132 2019/04/19 21:34:26 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.1133 2019/05/10 06:19:54 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1531,7 +1531,7 @@
 
 .for _v in \
        ag10e amdgpu apm ark ast ati ati-kms chips cirrus crime \
-       geode glint i128 i740 igs imstt intel intel-old \
+       geode glint i128 i740 igs imstt intel intel-old intel-2014 \
        ${EXTRA_DRIVERS} mach64 mga \
        neomagic newport nouveau nsc nv openchrome pnozz \
        r128 rendition \



Home | Main Index | Thread Index | Old Index