]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/arm920t/Makefile
efi_loader: Add runtime services
[u-boot] / 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 obj-$(CONFIG_USE_IRQ)   += interrupts.o
12
13 obj-$(CONFIG_EP93XX) += ep93xx/
14 obj-$(CONFIG_IMX) += imx/
15 obj-$(CONFIG_S3C24X0) += s3c24x0/
16
17 # some files can only build in ARM mode
18
19 ifdef CONFIG_SYS_THUMB_BUILD
20 CFLAGS_cpu.o := -marm
21 endif