commit | 20eef6c0d3a734f9c9b90eeb5f0e54236047e0f0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Mar 16 06:34:35 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:26 2012 +0200 |
tree | 8eebd037181aea6347e14f0d80402dd06ec64384 | |
parent | 5436f9c7de21a639ee999bd2149f6c8eb8221e50 [diff] |
Makefile: Add a 'checkthumb' rule This rule confirms that if we're on ARM and we have enabled THUMB builds that we have a new enough toolchain to produce a working binary. Changes in v2: - Switch to ALL-$(CONFIG_SYS_THUMB_BUILD) in arch/arm/config.mk (Mike F) - Simplfy checkthumb test after doing the above Signed-off-by: Tom Rini <trini@ti.com> Acked-by: Mike Frysinger <vapier@gentoo.org>