All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Makefile: drop unused cpp_cfg macro
Date: Tue, 19 Jun 2018 11:01:35 +0900	[thread overview]
Message-ID: <CAK7LNATSU0WjGDVeh1NH5VtpJu346KGF2SGEo36k74TJMFZ6NQ@mail.gmail.com> (raw)
In-Reply-To: <2a25b59ddd749c4d4d884e4fbd680c148af86ffe.1529297965.git.baruch@tkos.co.il>

2018-06-18 13:59 GMT+09:00 Baruch Siach <baruch@tkos.co.il>:
> Commit e19b0fb4851f (kbuild: generate u-boot.cfg as a byproduct of
> include/autoconf.mk) removed the use of the cpp_cfg macro in Makefile,
> but forgot to remove its definition.
>
> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---

Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>


>  Makefile | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 61ef84576afa..cbee84249b06 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1052,11 +1052,6 @@ ifndef CONFIG_SYS_UBOOT_START
>  CONFIG_SYS_UBOOT_START := 0
>  endif
>
> -# Create a file containing the configuration options the image was built with
> -quiet_cmd_cpp_cfg = CFG     $@
> -cmd_cpp_cfg = $(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) -ansi \
> -       -DDO_DEPS_ONLY -D__ASSEMBLY__ -x assembler-with-cpp -P -dM -E -o $@ $<
> -
>  # Boards with more complex image requirments can provide an .its source file
>  # or a generator script
>  ifneq ($(CONFIG_SPL_FIT_SOURCE),"")
> --
> 2.17.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot



-- 
Best Regards
Masahiro Yamada

  reply	other threads:[~2018-06-19  2:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-18  4:59 [U-Boot] [PATCH] Makefile: drop unused cpp_cfg macro Baruch Siach
2018-06-19  2:01 ` Masahiro Yamada [this message]
2018-07-11 12:42 ` [U-Boot] " Tom Rini

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=CAK7LNATSU0WjGDVeh1NH5VtpJu346KGF2SGEo36k74TJMFZ6NQ@mail.gmail.com \
    --to=yamada.masahiro@socionext.com \
    --cc=u-boot@lists.denx.de \
    /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.