Skip to content
Snippets Groups Projects
Commit 26275dae authored by David Müller (ELSOFT AG)'s avatar David Müller (ELSOFT AG) Committed by Tom Rini
Browse files

arm: build some file(s) as ARM mode only

parent 02499e4e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment