From: David Müller (ELSOFT AG) Date: Tue, 9 Feb 2016 15:48:30 +0000 (+0100) Subject: arm: build some file(s) as ARM mode only X-Git-Tag: v2016.03-rc2~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=26275dae828068c02be5a2ef67eab70bddb75e8c;p=u-boot arm: build some file(s) as ARM mode only Signed-off-by: David Müller --- diff --git a/arch/arm/cpu/arm920t/Makefile b/arch/arm/cpu/arm920t/Makefile index 6582938db0..1832b9d148 100644 --- a/arch/arm/cpu/arm920t/Makefile +++ b/arch/arm/cpu/arm920t/Makefile @@ -13,3 +13,9 @@ obj-$(CONFIG_USE_IRQ) += interrupts.o obj-$(CONFIG_EP93XX) += ep93xx/ obj-$(CONFIG_IMX) += imx/ obj-$(CONFIG_S3C24X0) += s3c24x0/ + +# some files can only build in ARM mode + +ifdef CONFIG_SYS_THUMB_BUILD +CFLAGS_cpu.o := -marm +endif