summaryrefslogtreecommitdiff
path: root/utils.mk
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
commit9254543e7021d7fb7abe53cb886ba96ee60e1c1b (patch)
tree90bd80d27fe2fbdc4454e17c6a55ec074d4aa8d8 /utils.mk
parente240d4eee95796fd68c1f2b05f6d9e301c8c18cf (diff)
430.26
Diffstat (limited to 'utils.mk')
-rw-r--r--utils.mk2
1 files changed, 2 insertions, 0 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