blob: 4d3a165f591d47bbb9afd7624c5593586b9c5451 [file] [log] [blame]
Steve Sakomand34efc72010-06-08 13:07:46 -07001#
2# (C) Copyright 2000-2003
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Steve Sakomand34efc72010-06-08 13:07:46 -07006#
7
Masahiro Yamada4e1aa842013-10-17 17:34:48 +09008obj-y := reset.o
9obj-y += timer.o
10obj-y += utils.o
Steve Sakomand34efc72010-06-08 13:07:46 -070011
Sricharan2e5ba482011-11-15 09:49:58 -050012ifneq ($(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
Masahiro Yamada4e1aa842013-10-17 17:34:48 +090013obj-y += hwinit-common.o
14obj-y += clocks-common.o
15obj-y += emif-common.o
16obj-y += vc.o
17obj-y += abb.o
Chandan Nath8a8f0842012-01-09 20:38:59 +000018endif
19
Lokesh Vutla806d2792013-07-30 11:36:30 +053020ifeq ($(CONFIG_OMAP34XX),)
Masahiro Yamada4e1aa842013-10-17 17:34:48 +090021obj-y += boot-common.o
22obj-y += lowlevel_init.o
Sricharance170be2011-11-15 09:49:50 -050023endif
24
Sricharance170be2011-11-15 09:49:50 -050025ifndef CONFIG_SPL_BUILD
Sricharan2e5ba482011-11-15 09:49:58 -050026ifneq ($(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
Masahiro Yamada4e1aa842013-10-17 17:34:48 +090027obj-y += mem-common.o
Sricharance170be2011-11-15 09:49:50 -050028endif
29endif