]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-omap2/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / arch / arm / mach-omap2 / Makefile
1 #
2 # (C) Copyright 2000-2003
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 obj-$(if $(filter am33xx,$(SOC)),y) += am33xx/
9 obj-$(CONFIG_OMAP34XX) += omap3/
10 obj-$(CONFIG_OMAP44XX) += omap4/
11 obj-$(CONFIG_OMAP54XX) += omap5/
12
13 obj-y   += reset.o
14 ifeq ($(CONFIG_TIMER),)
15 obj-y   += timer.o
16 else
17 ifdef CONFIG_SPL_BUILD
18 obj-y   += timer.o
19 endif
20 endif
21 obj-y   += utils.o
22
23 ifneq ($(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
24 obj-y   += hwinit-common.o
25 obj-y   += clocks-common.o
26 obj-y   += emif-common.o
27 obj-y   += vc.o
28 obj-y   += abb.o
29 endif
30
31 ifneq ($(CONFIG_OMAP54XX),)
32 obj-y   += pipe3-phy.o
33 obj-$(CONFIG_SCSI_AHCI_PLAT) += sata.o
34 endif
35
36 ifeq ($(CONFIG_SYS_DCACHE_OFF),)
37 obj-y   += omap-cache.o
38 endif
39
40 obj-y   += boot-common.o
41 obj-y   += lowlevel_init.o
42
43 obj-y   += mem-common.o
44
45 obj-$(CONFIG_TI_SECURE_DEVICE) += sec-common.o