diff options
Diffstat (limited to 'scripts/Kbuild.include')
| -rw-r--r-- | scripts/Kbuild.include | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 7484b9d8272f..a675ce11a573 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include | |||
| @@ -192,14 +192,6 @@ clean := -f $(srctree)/scripts/Makefile.clean obj | |||
| 192 | # $(Q)$(MAKE) $(hdr-inst)=dir | 192 | # $(Q)$(MAKE) $(hdr-inst)=dir |
| 193 | hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj | 193 | hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj |
| 194 | 194 | ||
| 195 | # Prefix -I with $(srctree) if it is not an absolute path. | ||
| 196 | # skip if -I has no parameter | ||
| 197 | addtree = $(if $(patsubst -I%,%,$(1)), \ | ||
| 198 | $(if $(filter-out -I/% -I./% -I../%,$(1)),$(patsubst -I%,-I$(srctree)/%,$(1)),$(1)),$(1)) | ||
| 199 | |||
| 200 | # Find all -I options and call addtree | ||
| 201 | flags = $(foreach o,$($(1)),$(if $(filter -I%,$(o)),$(call addtree,$(o)),$(o))) | ||
| 202 | |||
| 203 | # echo command. | 195 | # echo command. |
| 204 | # Short version is used, if $(quiet) equals `quiet_', otherwise full one. | 196 | # Short version is used, if $(quiet) equals `quiet_', otherwise full one. |
| 205 | echo-cmd = $(if $($(quiet)cmd_$(1)),\ | 197 | echo-cmd = $(if $($(quiet)cmd_$(1)),\ |
