Source-Changes-HG archive

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

[src/trunk]: src/external/nvidia-firmware don't descend into gm20x unless MKN...



details:   https://anonhg.NetBSD.org/src/rev/de2531bcd250
branches:  trunk
changeset: 457791:de2531bcd250
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 20 20:49:06 2019 +0000

description:
don't descend into gm20x unless MKNOUVEAUFIRMWARE != "no"

diffstat:

 external/nvidia-firmware/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 9911b0a6c9f4 -r de2531bcd250 external/nvidia-firmware/Makefile
--- a/external/nvidia-firmware/Makefile Sat Jul 20 20:25:35 2019 +0000
+++ b/external/nvidia-firmware/Makefile Sat Jul 20 20:49:06 2019 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2019/07/20 19:09:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/20 20:49:06 mrg Exp $
 
 .include <bsd.own.mk>
 
+.if ${MKNOUVEAUFIRMWARE} != "no"
 SUBDIR+=       gm20x
+.endif
 
 .if ${MKTEGRAFIRMWARE} != "no"
 SUBDIR+=       tegra



Home | Main Index | Thread Index | Old Index