blob: bfaf814b8033fed581e64ddb4c9b0611010742cc [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
Roger Quadros9c4b64f2013-11-11 16:56:39 +020020ifneq ($(CONFIG_OMAP54XX),)
21COBJS += pipe3-phy.o
22endif
23
Lokesh Vutla806d2792013-07-30 11:36:30 +053024ifeq ($(CONFIG_OMAP34XX),)
Masahiro Yamada4e1aa842013-10-17 17:34:48 +090025obj-y += boot-common.o
26obj-y += lowlevel_init.o
Sricharance170be2011-11-15 09:49:50 -050027endif
28
Sricharance170be2011-11-15 09:49:50 -050029ifndef CONFIG_SPL_BUILD
Sricharan2e5ba482011-11-15 09:49:58 -050030ifneq ($(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
Masahiro Yamada4e1aa842013-10-17 17:34:48 +090031obj-y += mem-common.o
Sricharance170be2011-11-15 09:49:50 -050032endif
33endif