]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-kirkwood/Makefile
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / arch / arm / mach-kirkwood / Makefile
1 #
2 # (C) Copyright 2009
3 # Marvell Semiconductor <www.marvell.com>
4 # Written-by: Prafulla Wadaskar <prafulla@marvell.com>
5 #
6 # SPDX-License-Identifier: GPL-2.0+
7 #
8
9 obj-y = cpu.o
10 obj-y += cache.o
11 obj-y += mpp.o
12
13 # cpu.o and cache.o contain CP15 instructions which cannot be run in
14 # Thumb state, so build them for ARM state even with CONFIG_SYS_THUMB_BUILD
15
16 CFLAGS_cpu.o := -marm
17 CFLAGS_cache.o := -marm