xref: /openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/Makefile (revision 60cd06e1)
1#
2# (C) Copyright 2000-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier:	GPL-2.0+
6
7obj-y	= generic.o reset.o timer.o
8
9ifndef CONFIG_SPL_BUILD
10obj-y	+= relocate.o
11endif
12