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 += pmc.o 14 obj-y += xusb-padctl.o 15 obj-y += ../xusb-padctl-common.o 16 17 ifndef CONFIG_SPL_BUILD 18 obj-$(CONFIG_ARMV7_NONSEC) += psci.o 19 endif 20