Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1302829

Re: [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile

From Jon Mason <jdmason@kudzu.us>
Newsgroups linux.kernel
Subject Re: [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile
Date 2016-01-06 16:00 +0100
Message-ID <qNXJ9-2ut-15@gated-at.bofh.it> (permalink)
References <qNXJ9-2ut-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Dec 23, 2015 at 8:43 AM, Xiangliang Yu <Xiangliang.Yu@amd.com> wrote:
> This patch is to enable AMD NTB support in Kconfig and Makefile.
>
> Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
> ---
>  drivers/ntb/hw/Kconfig  | 1 +
>  drivers/ntb/hw/Makefile | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/drivers/ntb/hw/Kconfig b/drivers/ntb/hw/Kconfig
> index 4d5535c..0c5c2a6 100644
> --- a/drivers/ntb/hw/Kconfig
> +++ b/drivers/ntb/hw/Kconfig
> @@ -1 +1,2 @@
>  source "drivers/ntb/hw/intel/Kconfig"
> +source "drivers/ntb/hw/amd/Kconfig"
> diff --git a/drivers/ntb/hw/Makefile b/drivers/ntb/hw/Makefile
> index 175d7c9..636be7d 100644
> --- a/drivers/ntb/hw/Makefile
> +++ b/drivers/ntb/hw/Makefile
> @@ -1 +1,2 @@
>  obj-$(CONFIG_NTB_INTEL)        += intel/
> +obj-$(CONFIG_NTB_AMD)  += amd/
> --
> 1.9.1
>

This should be part of the first patch.

Thanks,
Jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile Jon Mason <jdmason@kudzu.us> - 2016-01-06 16:00 +0100
  RE: [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile "Yu, Xiangliang" <Xiangliang.Yu@amd.com> - 2016-01-07 03:30 +0100

csiph-web