infiniband: remove unneeded header search paths
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 25 Jan 2019 04:39:30 +0000 (13:39 +0900)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 25 Jan 2019 22:28:50 +0000 (15:28 -0700)
The included headers are located in include/target/. I was able to
build these drivers without the extra header search paths.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/ulp/isert/Makefile
drivers/infiniband/ulp/srpt/Makefile

index c8bf2421f5bc9dc39fd9cd3fb3302bd1ecd3eafb..a4a4766e3e182da01bad54de5e7fd8d73f424603 100644 (file)
@@ -1,2 +1 @@
-ccflags-y              := -Idrivers/target -Idrivers/target/iscsi
 obj-$(CONFIG_INFINIBAND_ISERT) += ib_isert.o
index e3ee4bdfffa5c378a9fa45dde76767b03461c0d1..43fbde42c58b1ab1af15e5bac34016a869371547 100644 (file)
@@ -1,2 +1 @@
-ccflags-y                      := -Idrivers/target
 obj-$(CONFIG_INFINIBAND_SRPT)  += ib_srpt.o