]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/arm920t/Makefile
Merge git://git.denx.de/u-boot-mmc
[people/ms/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
15 # some files can only build in ARM mode
16
17 ifdef CONFIG_$(SPL_)SYS_THUMB_BUILD
18 CFLAGS_cpu.o := -marm
19 endif