diff options
author | Liam Middlebrook <lmiddlebrook@nvidia.com> | 2019-06-10 12:27:35 -0700 |
---|---|---|
committer | Liam Middlebrook <lmiddlebrook@nvidia.com> | 2019-06-10 12:27:35 -0700 |
commit | 9254543e7021d7fb7abe53cb886ba96ee60e1c1b (patch) | |
tree | 90bd80d27fe2fbdc4454e17c6a55ec074d4aa8d8 /utils.mk | |
parent | e240d4eee95796fd68c1f2b05f6d9e301c8c18cf (diff) |
430.26
Diffstat (limited to 'utils.mk')
-rw-r--r-- | utils.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |