Module Name:    src
Committed By:   mrg
Date:           Sat Jul 20 20:49:06 UTC 2019

Modified Files:
        src/external/nvidia-firmware: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/nvidia-firmware/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/nvidia-firmware/Makefile
diff -u src/external/nvidia-firmware/Makefile:1.2 src/external/nvidia-firmware/Makefile:1.3
--- src/external/nvidia-firmware/Makefile:1.2	Sat Jul 20 19:09:21 2019
+++ src/external/nvidia-firmware/Makefile	Sat Jul 20 20:49:06 2019
@@ -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

Reply via email to