diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-25 13:39:30 +0900 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-01-25 15:28:50 -0700 |
commit | ed4cdf4a213197d8f01bf25427b3fa21eb24fd66 (patch) | |
tree | 9a698156e3529d9beaf06844cbb1ebeb380e2f6f /drivers/infiniband/ulp | |
parent | 535005ca8e5e71918d64074032f4b9d4fef8981e (diff) | |
download | linux-stable-ed4cdf4a213197d8f01bf25427b3fa21eb24fd66.tar.gz linux-stable-ed4cdf4a213197d8f01bf25427b3fa21eb24fd66.tar.bz2 linux-stable-ed4cdf4a213197d8f01bf25427b3fa21eb24fd66.zip |
infiniband: remove unneeded header search paths
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>
Diffstat (limited to 'drivers/infiniband/ulp')
-rw-r--r-- | drivers/infiniband/ulp/isert/Makefile | 1 | ||||
-rw-r--r-- | drivers/infiniband/ulp/srpt/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/ulp/isert/Makefile b/drivers/infiniband/ulp/isert/Makefile index c8bf2421f5bc..a4a4766e3e18 100644 --- a/drivers/infiniband/ulp/isert/Makefile +++ b/drivers/infiniband/ulp/isert/Makefile @@ -1,2 +1 @@ -ccflags-y := -Idrivers/target -Idrivers/target/iscsi obj-$(CONFIG_INFINIBAND_ISERT) += ib_isert.o diff --git a/drivers/infiniband/ulp/srpt/Makefile b/drivers/infiniband/ulp/srpt/Makefile index e3ee4bdfffa5..43fbde42c58b 100644 --- a/drivers/infiniband/ulp/srpt/Makefile +++ b/drivers/infiniband/ulp/srpt/Makefile @@ -1,2 +1 @@ -ccflags-y := -Idrivers/target obj-$(CONFIG_INFINIBAND_SRPT) += ib_srpt.o |