]> git.ipfire.org Git - people/ms/u-boot.git/commit
kbuild: move "checkthumb" to ARM archprepare
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 5 Mar 2014 08:49:22 +0000 (17:49 +0900)
committerTom Rini <trini@ti.com>
Fri, 7 Mar 2014 15:59:06 +0000 (10:59 -0500)
commit388b2e520b07cc857c03a152fc6006763f78b9d6
treecb18edd9a716dbacc262acedf372bd92fd7ba6d5
parent58dac32764728f2f621377442d785936ec6925e8
kbuild: move "checkthumb" to ARM archprepare

"checkthumb" makes sense only for ARM architecture.
Move it to arch/arm/config.mk.

To make sure gcc supports THUMB mode before beginning build,
run "checkthumb" during "archprepare".

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Makefile
arch/arm/config.mk