mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: James Hogan <james.hogan@imgtec.com>
To: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-mips@linux-mips.org>,
	Michal Marek <mmarek@suse.com>
Subject: Re: [PATCH RESEND] Kbuild: add cpp_its_S in ksym_dep_filter
Date: Tue, 14 Feb 2017 10:11:39 +0000	[thread overview]
Message-ID: <20170214101139.GS24226@jhogan-linux.le.imgtec.org> (raw)
In-Reply-To: <1486980956-4733-1-git-send-email-marcin.nowakowski@imgtec.com>

[-- Attachment #1: Type: text/plain, Size: 1362 bytes --]

On Mon, Feb 13, 2017 at 11:15:56AM +0100, Marcin Nowakowski wrote:
> Add a new command cpp_its_S introduced in:
> cf2a5e0bb4c6 ("MIPS: Support generating Flattened Image Trees (.itb)")
> to ksym_dep_filter handler - otherwise a warning is produced during the
> build of MIPS platforms (when vmlinux.*.itb target is chosen)
> 
> Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>

Applied (to MIPS tree)

Thanks
James

> ---
>  scripts/Kbuild.include | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include
> index 1792198..d6ca649 100644
> --- a/scripts/Kbuild.include
> +++ b/scripts/Kbuild.include
> @@ -284,7 +284,7 @@ ksym_dep_filter =                                                            \
>  	    $(CPP) $(call flags_nodeps,c_flags) -D__KSYM_DEPS__ $< ;;        \
>  	  as_*_S|cpp_s_S)                                                    \
>  	    $(CPP) $(call flags_nodeps,a_flags) -D__KSYM_DEPS__ $< ;;        \
> -	  boot*|build*|*cpp_lds_S|dtc|host*|vdso*) : ;;                      \
> +	  boot*|build*|cpp_its_S|*cpp_lds_S|dtc|host*|vdso*) : ;;            \
>  	  *) echo "Don't know how to preprocess $(1)" >&2; false ;;          \
>  	esac | tr ";" "\n" | sed -rn 's/^.*=== __KSYM_(.*) ===.*$$/KSYM_\1/p'
>  
> -- 
> 2.7.4
> 
> 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

      reply	other threads:[~2017-02-14 10:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13 10:15 Marcin Nowakowski
2017-02-14 10:11 ` James Hogan [this message]

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=20170214101139.GS24226@jhogan-linux.le.imgtec.org \
    --to=james.hogan@imgtec.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=marcin.nowakowski@imgtec.com \
    --cc=mmarek@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®