All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: Thierry Escande <thierry.escande@linux.intel.com>
Cc: backports@vger.kernel.org
Subject: Re: [PATCH v3 7/8] build: enable NFC build
Date: Mon, 08 Apr 2013 21:30:03 +0200	[thread overview]
Message-ID: <51631ABB.4000102@hauke-m.de> (raw)
In-Reply-To: <1365416773-12836-8-git-send-email-thierry.escande@linux.intel.com>

On 04/08/2013 12:26 PM, Thierry Escande wrote:
> Signed-off-by: Thierry Escande <thierry.escande@linux.intel.com>
> ---
>  backport/Kconfig         |    2 ++
>  backport/Makefile.kernel |    2 ++
>  dependencies             |    4 ++++
>  3 files changed, 8 insertions(+)
> 
> diff --git a/backport/Kconfig b/backport/Kconfig
> index 8a38d61..6ab0991 100644
> --- a/backport/Kconfig
> +++ b/backport/Kconfig
> @@ -36,3 +36,5 @@ source drivers/ssb/Kconfig
>  source drivers/bcma/Kconfig
>  
>  source drivers/gpu/drm/Kconfig
> +
> +source net/nfc/Kconfig

Isn't this missing here?
source drivers/nfc/Kconfig

> diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel
> index 8aa3e4a..4d00bda 100644
> --- a/backport/Makefile.kernel
> +++ b/backport/Makefile.kernel
> @@ -23,3 +23,5 @@ obj-$(CPTCFG_SSB) += drivers/ssb/
>  obj-$(CPTCFG_BCMA) += drivers/bcma/
>  obj-$(CPTCFG_ETHERNET) += drivers/net/ethernet/
>  obj-$(CPTCFG_DRM) += drivers/gpu/drm/
> +obj-$(CPTCFG_NFC) += net/nfc/
> +obj-$(CPTCFG_NFC) += drivers/nfc/
> diff --git a/dependencies b/dependencies
> index 7c79449..e9aaa2e 100644
> --- a/dependencies
> +++ b/dependencies
> @@ -83,3 +83,7 @@ BRCMDBG 2.6.30
>  # backport it, but I can't test that and this is a
>  # lot easier right now.
>  BT_HIDP 2.6.33
> +
> +# NFC core needs PF_NFC defined in socket.h which was
> +# only introduced in kernel 3.1
> +NFC 3.1
> 


  reply	other threads:[~2013-04-08 19:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08 10:26 [PATCH v3 7/8] build: enable NFC build Thierry Escande
2013-04-08 19:30 ` Hauke Mehrtens [this message]
2013-04-09  8:25   ` Thierry Escande
  -- strict thread matches above, loose matches on Subject: below --
2013-04-05 21:20 Thierry Escande

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51631ABB.4000102@hauke-m.de \
    --to=hauke@hauke-m.de \
    --cc=backports@vger.kernel.org \
    --cc=thierry.escande@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.