Forked from
KED Software Projects / Miscellaneous / KED U-Boot Fork
73982 commits behind the upstream repository.
-
Tom Rini authored
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>
Tom Rini authoredThis 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>
Makefile 25.07 KiB