Home
last modified time | relevance | path

Searched hist:"2 b3c9d3ddd4e0b5a55d17e164e817b42cb555639" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/
H A Dconfig.mk2b3c9d3ddd4e0b5a55d17e164e817b42cb555639 Tue Feb 04 02:24:19 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> Makefile: move more flags to the top Makefile

Before this commit, most of compiler flags were defined in config.mk.
But it is redundant because config.mk is included from all recursive make.

This commit moves many complier flags to the top Makefile
and export them.
And we use new vaiarables to store them:
KBUILD_CPPFLAGS, KBUILD_CFLAGS, KBUILD_AFLAGS.
This will allow us to switch more smoothly to Kbuild.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
H A DMakefile2b3c9d3ddd4e0b5a55d17e164e817b42cb555639 Tue Feb 04 02:24:19 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> Makefile: move more flags to the top Makefile

Before this commit, most of compiler flags were defined in config.mk.
But it is redundant because config.mk is included from all recursive make.

This commit moves many complier flags to the top Makefile
and export them.
And we use new vaiarables to store them:
KBUILD_CPPFLAGS, KBUILD_CFLAGS, KBUILD_AFLAGS.
This will allow us to switch more smoothly to Kbuild.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>