]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-tegra/tegra124/Makefile
imx: mx7: fix build warning when CONFIG_IMX_RDC not enabled
[u-boot] / arch / arm / mach-tegra / tegra124 / Makefile
1 #
2 # (C) Copyright 2013-2014
3 # NVIDIA Corporation <www.nvidia.com>
4 #
5 # SPDX-License-Identifier:     GPL-2.0+
6 #
7
8 obj-$(CONFIG_SPL_BUILD) += cpu.o
9
10 obj-y   += clock.o
11 obj-y   += funcmux.o
12 obj-y   += pinmux.o
13 obj-y   += xusb-padctl.o
14 obj-y   += ../xusb-padctl-common.o
15
16 ifndef CONFIG_SPL_BUILD
17 obj-$(CONFIG_ARMV7_NONSEC) += psci.o
18 endif