2014-01-24 19:46:15 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2013-2014
|
|
|
|
# NVIDIA Corporation <www.nvidia.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
2015-02-20 08:04:04 +00:00
|
|
|
obj-$(CONFIG_SPL_BUILD) += cpu.o
|
|
|
|
|
2014-01-24 19:46:15 +00:00
|
|
|
obj-y += clock.o
|
|
|
|
obj-y += funcmux.o
|
|
|
|
obj-y += pinmux.o
|
2014-12-10 05:25:09 +00:00
|
|
|
obj-y += xusb-padctl.o
|
2015-10-23 16:50:49 +00:00
|
|
|
obj-y += ../xusb-padctl-common.o
|
2015-04-21 05:18:35 +00:00
|
|
|
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
|
|
obj-$(CONFIG_ARMV7_NONSEC) += psci.o
|
|
|
|
endif
|