mbox series

[0/2] infiniband: trivial header search path fixups

Message ID 1548391171-6407-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series infiniband: trivial header search path fixups | expand

Message

Masahiro Yamada Jan. 25, 2019, 4:39 a.m. UTC
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

Comments

Jason Gunthorpe Jan. 25, 2019, 10:51 p.m. UTC | #1
On Fri, Jan 25, 2019 at 01:39:29PM +0900, Masahiro Yamada wrote:
> 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)/


Still compiles for me too, applied to rdam for-next

Thanks,
Jason