summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm920t/Makefile
blob: 9929b5ab878cdfeb097987c1c9ab6498bc883f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.

extra-y	= start.o

obj-y	+= cpu.o

# some files can only build in ARM mode

ifdef CONFIG_$(PHASE_)SYS_THUMB_BUILD
CFLAGS_cpu.o := -marm
endif