blob: ebc0407ef42abd86e7936e34acd1d0ea3470daa4 [file] [log] [blame]
John Rigby552ff8f2010-01-25 23:12:56 -07001#
2# (C) Copyright 2000-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
John Rigby552ff8f2010-01-25 23:12:56 -07006
Masahiro Yamadad8769c62013-10-17 17:34:49 +09007obj-y = generic.o timer.o reset.o
Fabio Estevam906d6fe2015-01-06 13:06:48 -02008
9ifndef CONFIG_SPL_BUILD
10obj-y += relocate.o
11endif