odroid: remove CONFIG_DM_I2C_COMPAT config
[platform/kernel/u-boot.git] / arch / arm / cpu / arm920t / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 extra-y = start.o
9
10 obj-y   += cpu.o
11
12 obj-$(CONFIG_EP93XX) += ep93xx/
13 obj-$(CONFIG_IMX) += imx/
14 obj-$(CONFIG_S3C24X0) += s3c24x0/
15
16 # some files can only build in ARM mode
17
18 ifdef CONFIG_$(SPL_)SYS_THUMB_BUILD
19 CFLAGS_cpu.o := -marm
20 endif