]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-omap2/Makefile
arm: mach-omap2: Factor out common FDT fixup suport
[people/ms/u-boot.git] / arch / arm / mach-omap2 / Makefile
CommitLineData
d34efc76
SS
1#
2# (C) Copyright 2000-2003
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
d34efc76
SS
6#
7
983e3700
TR
8obj-$(if $(filter am33xx,$(SOC)),y) += am33xx/
9obj-$(CONFIG_OMAP34XX) += omap3/
10obj-$(CONFIG_OMAP44XX) += omap4/
11obj-$(CONFIG_OMAP54XX) += omap5/
12
13obj-y += reset.o
28a6c011 14ifeq ($(CONFIG_TIMER),)
4e1aa843 15obj-y += timer.o
28a6c011
M
16else
17ifdef CONFIG_SPL_BUILD
18obj-y += timer.o
19endif
20endif
4e1aa843 21obj-y += utils.o
d34efc76 22
00bbe96e 23obj-y += sysinfo-common.o
2e5ba489 24ifneq ($(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
4e1aa843
MY
25obj-y += hwinit-common.o
26obj-y += clocks-common.o
27obj-y += emif-common.o
28obj-y += vc.o
29obj-y += abb.o
8a8f084e
CN
30endif
31
9c4b64fb 32ifneq ($(CONFIG_OMAP54XX),)
fd138ca1 33ifeq ($(CONFIG_DM_SCSI),)
f15ea6e1 34obj-y += pipe3-phy.o
a087a7fb 35obj-$(CONFIG_SCSI_AHCI_PLAT) += sata.o
9c4b64fb 36endif
fd138ca1 37endif
9c4b64fb 38
7e4154a5
SG
39ifeq ($(CONFIG_SYS_DCACHE_OFF),)
40obj-y += omap-cache.o
41endif
42
4e1aa843 43obj-y += boot-common.o
49ec9490 44obj-y += lowlevel_init.o
ce170bee 45
4e1aa843 46obj-y += mem-common.o
d86f7afd 47
03750231
AD
48obj-y += fdt-common.o
49
d86f7afd 50obj-$(CONFIG_TI_SECURE_DEVICE) += sec-common.o