diff options
Diffstat (limited to 'scripts/Kbuild.include')
| -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 86321f06461e..02bb3163cd8d 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include | |||
| @@ -126,7 +126,7 @@ cc-option = $(call __cc-option, $(CC),\ | |||
| 126 | # hostcc-option | 126 | # hostcc-option |
| 127 | # Usage: cflags-y += $(call hostcc-option,-march=winchip-c6,-march=i586) | 127 | # Usage: cflags-y += $(call hostcc-option,-march=winchip-c6,-march=i586) |
| 128 | hostcc-option = $(call __cc-option, $(HOSTCC),\ | 128 | hostcc-option = $(call __cc-option, $(HOSTCC),\ |
| 129 | $(HOSTCFLAGS) $(HOST_EXTRACFLAGS),$(1),$(2)) | 129 | $(KBUILD_HOSTCFLAGS) $(HOST_EXTRACFLAGS),$(1),$(2)) |
| 130 | 130 | ||
| 131 | # cc-option-yn | 131 | # cc-option-yn |
| 132 | # Usage: flag := $(call cc-option-yn,-march=winchip-c6) | 132 | # Usage: flag := $(call cc-option-yn,-march=winchip-c6) |
