|
@@ -202,7 +202,7 @@ hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj
|
|
|
# Prefix -I with $(srctree) if it is not an absolute path.
|
|
|
# skip if -I has no parameter
|
|
|
addtree = $(if $(patsubst -I%,%,$(1)), \
|
|
|
-$(if $(filter-out -I/% -I../%,$(1)),$(patsubst -I%,-I$(srctree)/%,$(1))) $(1))
|
|
|
+$(if $(filter-out -I/% -I./% -I../%,$(1)),$(patsubst -I%,-I$(srctree)/%,$(1)),$(1)))
|
|
|
|
|
|
# Find all -I options and call addtree
|
|
|
flags = $(foreach o,$($(1)),$(if $(filter -I%,$(o)),$(call addtree,$(o)),$(o)))
|