xref: /rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/Makefile (revision 3c963d2a448dca13bb368095a17d4993daa36f87)
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
8obj-y	+= generic.o
9obj-y	+= timer.o
10obj-y	+= devices.o
11
12ifndef CONFIG_SPL_BUILD
13obj-y  += relocate.o
14endif
15