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


Groups > linux.kernel > #1579576 > unrolled thread

[PATCH RESEND] Kbuild: add cpp_its_S in ksym_dep_filter

Started byMarcin Nowakowski <marcin.nowakowski@imgtec.com>
First post2017-02-13 11:20 +0100
Last post2017-02-14 11:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH RESEND] Kbuild: add cpp_its_S in ksym_dep_filter Marcin Nowakowski <marcin.nowakowski@imgtec.com> - 2017-02-13 11:20 +0100
    Re: [PATCH RESEND] Kbuild: add cpp_its_S in ksym_dep_filter James Hogan <james.hogan@imgtec.com> - 2017-02-14 11:20 +0100

#1579576 — [PATCH RESEND] Kbuild: add cpp_its_S in ksym_dep_filter

FromMarcin Nowakowski <marcin.nowakowski@imgtec.com>
Date2017-02-13 11:20 +0100
Subject[PATCH RESEND] Kbuild: add cpp_its_S in ksym_dep_filter
Message-ID<talTI-2mg-13@gated-at.bofh.it>
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>
---
 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

[toc] | [next] | [standalone]


#1580456

FromJames Hogan <james.hogan@imgtec.com>
Date2017-02-14 11:20 +0100
Message-ID<taIng-wj-23@gated-at.bofh.it>
In reply to#1579576

[Multipart message — attachments visible in raw view] — view raw

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
> 
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web