On Thu, Nov 28, 2013 at 06:31:59PM +0900, Masahiro Yamada wrote:

> Signed-off-by: Masahiro Yamada <yamad...@jp.panasonic.com>
> 
> ---
> Note that changing CPPFLAGS locally is meaningless.
> 
> $(CPPFLAGS) is evaluated around line 260 of $(TOPDIR)/config.mk:
> 
>     CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes
> 
> $(TOPDIR)/config.mk is included at the top of
> sub makefiles, which is before adding CPPFLAGS locally.
> 
> Please be aware that GNU make has the two different flavor
> of substition operator, ":=" and "=".
> 
> 
>  board/freescale/common/p_corenet/Makefile | 2 --
>  common/Makefile                           | 2 --
>  2 files changed, 4 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to