ARM: DRA7: Add support for IO delay configuration
[oweals/u-boot.git] / 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
15 ifndef CONFIG_SPL_BUILD
16 obj-$(CONFIG_ARMV7_NONSEC) += psci.o
17 endif