]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-omap2/am33xx/Makefile
9d4f83cb75acb5a394c95ac076b76f6efc2b5261
[u-boot] / arch / arm / mach-omap2 / am33xx / Makefile
1 #
2 # Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-$(CONFIG_AM33XX)    += clock_am33xx.o
8 obj-$(CONFIG_TI814X)    += clock_ti814x.o
9 obj-$(CONFIG_AM43XX)    += clock_am43xx.o
10
11 ifneq ($(CONFIG_AM43XX)$(CONFIG_AM33XX),)
12 obj-y   += clock.o
13 endif
14
15 obj-$(CONFIG_TI816X)    += clock_ti816x.o
16 obj-y   += sys_info.o
17 obj-y   += ddr.o
18 ifeq ($(CONFIG_TI816X)$(CONFIG_SKIP_LOWLEVEL_INIT),)
19 obj-y   += emif4.o
20 endif
21 obj-$(CONFIG_TI816X)    += ti816x_emif4.o
22 obj-y   += board.o
23 obj-y   += mux.o
24 obj-y   += prcm-regs.o
25 obj-y   += hw_data.o
26 obj-y   += fdt.o
27
28 obj-$(CONFIG_CLOCK_SYNTHESIZER) += clk_synthesizer.o
29
30 obj-$(CONFIG_AM33XX_CHILISOM) += chilisom.o