mx31: Fix boot hang by avoiding vector relocation
[oweals/u-boot.git] / arch / arm / cpu / arm1136 / mx31 / 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 obj-y   += generic.o
9 obj-y   += timer.o
10 obj-y   += devices.o
11
12 ifndef CONFIG_SPL_BUILD
13 obj-y  += relocate.o
14 endif