xref: /rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/Makefile (revision a02c8a31bd34d0f771503783c7e4221e37ebd6d6)
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