OSDN Git Service

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 c8bf242..a4a4766 100644 (file)
@@ -1,2 +1 @@
-ccflags-y              := -Idrivers/target -Idrivers/target/iscsi
 obj-$(CONFIG_INFINIBAND_ISERT) += ib_isert.o
index e3ee4bd..43fbde4 100644 (file)
@@ -1,2 +1 @@
-ccflags-y                      := -Idrivers/target
 obj-$(CONFIG_INFINIBAND_SRPT)  += ib_srpt.o