[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8563eb16-0740-536e-3c35-2ebcff76ba71@acm.org>
Date: Thu, 24 Jan 2019 21:27:52 -0800
From: Bart Van Assche <bvanassche@....org>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Jason Gunthorpe <jgg@...lanox.com>, linux-rdma@...r.kernel.org,
Doug Ledford <dledford@...hat.com>
Cc: Jason Gunthorpe <jgg@...pe.ca>, Sagi Grimberg <sagi@...mberg.me>,
linux-kernel@...r.kernel.org, target-devel@...r.kernel.org
Subject: Re: [PATCH 1/2] infiniband: remove unneeded header search paths
On 1/24/19 8:39 PM, Masahiro Yamada wrote:
> 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@...ionext.com>
> ---
>
> drivers/infiniband/ulp/isert/Makefile | 1 -
> drivers/infiniband/ulp/srpt/Makefile | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/drivers/infiniband/ulp/isert/Makefile b/drivers/infiniband/ulp/isert/Makefile
> index c8bf242..a4a4766 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 e3ee4bd..43fbde4 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
Reviewed-by: Bart Van Assche <bvanassche@....org>
Powered by blists - more mailing lists