blob: f3725b267c99c3df38f2b4a97faebdc89624a059 [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),)
Albert ARIBAUDf15ea6e2013-12-10 14:31:56 +010021obj-y += pipe3-phy.o
Roger Quadrosa087a7f2013-11-11 16:56:41 +020022obj-$(CONFIG_SCSI_AHCI_PLAT) += sata.o
Roger Quadros9c4b64f2013-11-11 16:56:39 +020023endif
24
Simon Glass7e4154a2014-06-02 22:04:48 -060025ifeq ($(CONFIG_SYS_DCACHE_OFF),)
26obj-y += omap-cache.o
27endif
28
Lokesh Vutla806d2792013-07-30 11:36:30 +053029ifeq ($(CONFIG_OMAP34XX),)
Masahiro Yamada4e1aa842013-10-17 17:34:48 +090030obj-y += boot-common.o
Sricharance170be2011-11-15 09:49:50 -050031endif
Nishanth Menon49ec9492015-03-09 17:12:05 -050032obj-y += lowlevel_init.o
Sricharance170be2011-11-15 09:49:50 -050033
Masahiro Yamada4e1aa842013-10-17 17:34:48 +090034obj-y += mem-common.o