summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Middlebrook <lmiddlebrook@nvidia.com>2019-06-10 12:27:35 -0700
committerLiam Middlebrook <lmiddlebrook@nvidia.com>2019-06-10 12:27:35 -0700
commitf2a86c1ac9c07e3fae4f47ad317d08c4a07809be (patch)
tree94de317d2e3d3be64e5140e2d55d2314e199ca63
parent45ba36530b1fd98daa5d160ce57df1dcee4dfa22 (diff)
430.26
-rw-r--r--utils.mk2
-rw-r--r--version.mk2
2 files changed, 3 insertions, 1 deletions
diff --git a/utils.mk b/utils.mk
index 8218e0c..95d4b31 100644
--- a/utils.mk
+++ b/utils.mk
@@ -34,6 +34,7 @@
CC ?= gcc
LD ?= ld
+AR ?= ar
# only set these warnings and optimizations if CFLAGS is unset
CFLAGS ?= -Wall -O2
# always set these -f CFLAGS
@@ -302,6 +303,7 @@ quiet_STRIP_CMD = $(call define_quiet_cmd,STRIP ,$@)
quiet_HARDLINK = $(call define_quiet_cmd,HARDLINK ,$@)
quiet_LD = $(call define_quiet_cmd,LD ,$@)
quiet_OBJCOPY = $(call define_quiet_cmd,OBJCOPY ,$@)
+quiet_AR = $(call define_quiet_cmd,AR ,$@)
##############################################################################
# Tell gmake to delete the target of a rule if it has changed and its
diff --git a/version.mk b/version.mk
index 496d309..35e5362 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 430.14
+NVIDIA_VERSION = 430.26