]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/omap-common/Makefile
f3725b267c99c3df38f2b4a97faebdc89624a059
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap-common / 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-y := reset.o
9 obj-y += timer.o
10 obj-y += utils.o
11
12 ifneq ($(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
13 obj-y += hwinit-common.o
14 obj-y += clocks-common.o
15 obj-y += emif-common.o
16 obj-y += vc.o
17 obj-y += abb.o
18 endif
19
20 ifneq ($(CONFIG_OMAP54XX),)
21 obj-y += pipe3-phy.o
22 obj-$(CONFIG_SCSI_AHCI_PLAT) += sata.o
23 endif
24
25 ifeq ($(CONFIG_SYS_DCACHE_OFF),)
26 obj-y += omap-cache.o
27 endif
28
29 ifeq ($(CONFIG_OMAP34XX),)
30 obj-y += boot-common.o
31 endif
32 obj-y += lowlevel_init.o
33
34 obj-y += mem-common.o