diff options
| -rw-r--r-- | scripts/Kbuild.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index edd2794569db..34a87fc77f71 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include | |||
| @@ -139,7 +139,7 @@ cc-fullversion = $(shell $(CONFIG_SHELL) \ | |||
| 139 | 139 | ||
| 140 | # cc-ifversion | 140 | # cc-ifversion |
| 141 | # Usage: EXTRA_CFLAGS += $(call cc-ifversion, -lt, 0402, -O1) | 141 | # Usage: EXTRA_CFLAGS += $(call cc-ifversion, -lt, 0402, -O1) |
| 142 | cc-ifversion = $(shell [ $(call cc-version, $(CC)) $(1) $(2) ] && echo $(3)) | 142 | cc-ifversion = $(shell [ $(call cc-version) $(1) $(2) ] && echo $(3)) |
| 143 | 143 | ||
| 144 | # cc-ldoption | 144 | # cc-ldoption |
| 145 | # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both) | 145 | # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both) |
