]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/omap-common/Makefile
arm: mx5: Add fuse supply enable in fsl_iim
[karo-tx-uboot.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 ifeq ($(CONFIG_OMAP34XX),)
21 obj-y   += boot-common.o
22 obj-y   += lowlevel_init.o
23 endif
24
25 ifndef CONFIG_SPL_BUILD
26 ifneq ($(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
27 obj-y   += mem-common.o
28 endif
29 endif