u-boot/arch/arm/cpu/arm920t/Makefile

22 lines
396 B
Makefile
Raw Normal View History

2002-11-03 00:24:07 +00:00
#
# (C) Copyright 2000-2006
2002-11-03 00:24:07 +00:00
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
2002-11-03 00:24:07 +00:00
#
extra-y = start.o
2002-11-03 00:24:07 +00:00
obj-y += cpu.o
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_$(SPL_)SYS_THUMB_BUILD
CFLAGS_cpu.o := -marm
endif