]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/mach-tegra/Makefile
ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra
[karo-tx-uboot.git] / arch / arm / mach-tegra / Makefile
1 #
2 # (C) Copyright 2010,2011 Nvidia Corporation.
3 #
4 # (C) Copyright 2000-2008
5 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6 #
7 # SPDX-License-Identifier:      GPL-2.0+
8 #
9
10 ifdef CONFIG_SPL_BUILD
11 obj-y += spl.o
12 obj-y += cpu.o
13 else
14 obj-$(CONFIG_CMD_ENTERRCM) += cmd_enterrcm.o
15 obj-$(CONFIG_PWM_TEGRA) += pwm.o
16 endif
17
18 obj-y += ap.o
19 obj-y += board.o board2.o
20 obj-y += cache.o
21 obj-y += clock.o
22 obj-y += lowlevel_init.o
23 obj-y += pinmux-common.o
24 obj-y += powergate.o
25 obj-y += xusb-padctl.o
26 obj-$(CONFIG_DISPLAY_CPUINFO) += sys_info.o
27 obj-$(CONFIG_TEGRA124) += vpr.o
28 obj-$(CONFIG_TEGRA_CLOCK_SCALING) += emc.o
29
30 ifndef CONFIG_SPL_BUILD
31 obj-$(CONFIG_ARMV7_PSCI) += psci.o
32 endif
33
34 obj-$(CONFIG_TEGRA20) += tegra20/
35 obj-$(CONFIG_TEGRA30) += tegra30/
36 obj-$(CONFIG_TEGRA114) += tegra114/
37 obj-$(CONFIG_TEGRA124) += tegra124/