commit | 65aac042b871b9ada089b92c699f90db4ba85358 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Oct 17 17:34:49 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Oct 31 12:53:39 2013 -0400 |
tree | 8277b56163643dfae84e5713713ee7582fe2a674 | |
parent | d449575753ee7aa9eb39efc2fd9431f5cc9f6979 [diff] |
arm926ejs: convert makefiles to Kbuild style Note1: In arch/arm/cpu/arm926ejs/spear/Makefile START := start.o was changed extra-$(CONFIG_SPL_BUILD) := start.o because spear/start.o is only used for SPL. Note2: START := start.o was missing from arch/arm/cpu/arm926ejs/mxs/Makefile. This commit simply adds extra-$(CONFIG_SPL_BUILD) := start.o Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>