2012-09-19 14:08:52 -07:00
|
|
|
#
|
|
|
|
# (C) Copyright 2010,2011 Nvidia Corporation.
|
|
|
|
#
|
|
|
|
# (C) Copyright 2000-2008
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2013-07-08 09:37:19 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2012-09-19 14:08:52 -07:00
|
|
|
#
|
|
|
|
|
2014-03-21 12:28:54 -06:00
|
|
|
obj-y += ap.o
|
|
|
|
obj-y += board.o
|
|
|
|
obj-y += cache.o
|
|
|
|
obj-y += clock.o
|
2013-10-17 17:34:52 +09:00
|
|
|
obj-y += lowlevel_init.o
|
2014-03-21 12:28:54 -06:00
|
|
|
obj-y += pinmux-common.o
|
2014-12-09 22:25:08 -07:00
|
|
|
obj-y += powergate.o
|
2014-02-13 18:30:27 +09:00
|
|
|
obj-$(CONFIG_DISPLAY_CPUINFO) += sys_info.o
|
2014-06-24 11:45:29 +09:00
|
|
|
obj-$(CONFIG_TEGRA124) += vpr.o
|