My main motivation is to get rid of crappy header search path manipulation from Kbuild core. Before that, I want to do as many treewide cleanups as possible. If you are interested in the big picture of this work, the full patch set is available at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git build-test Masahiro Yamada (2): infiniband: remove unneeded header search paths infiniband: prefix header search paths with $(srctree)/ drivers/infiniband/hw/bnxt_re/Makefile | 2 +- drivers/infiniband/hw/cxgb3/Makefile | 2 +- drivers/infiniband/hw/cxgb4/Makefile | 4 ++-- drivers/infiniband/hw/hns/Makefile | 2 +- drivers/infiniband/hw/i40iw/Makefile | 2 +- drivers/infiniband/hw/ocrdma/Makefile | 2 +- drivers/infiniband/hw/usnic/Makefile | 2 +- drivers/infiniband/ulp/isert/Makefile | 1 - drivers/infiniband/ulp/srpt/Makefile | 1 - 9 files changed, 8 insertions(+), 10 deletions(-) -- 2.7.4