blob: f8bc65aa8b184b66381702c46ee7210719d9564b [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Tom Warren3064f322012-09-19 14:08:52 -07002#
Thierry Redingf9ec2ec2019-04-15 11:32:25 +02003# (C) Copyright 2010-2019 Nvidia Corporation.
Tom Warren3064f322012-09-19 14:08:52 -07004#
5# (C) Copyright 2000-2008
6# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
Tom Warren3064f322012-09-19 14:08:52 -07007
Stephen Warrenc7ba99c2016-05-12 13:32:55 -06008ifndef CONFIG_TEGRA186
Masahiro Yamada09f455d2015-02-20 17:04:04 +09009ifdef CONFIG_SPL_BUILD
10obj-y += spl.o
11obj-y += cpu.o
12else
13obj-$(CONFIG_CMD_ENTERRCM) += cmd_enterrcm.o
14endif
15
Thierry Reding9e578192019-04-15 11:32:19 +020016obj-$(CONFIG_TEGRA_GP_PADCTRL) += ap.o
Masahiro Yamada237c3632015-04-13 10:51:14 +090017obj-y += board.o board2.o
Stephen Warrene2969952014-03-21 12:28:54 -060018obj-y += cache.o
Thierry Redingb64e0b92019-04-15 11:32:18 +020019obj-$(CONFIG_TEGRA_CLKRST) += clock.o
Thierry Reding07ea02b2019-04-15 11:32:21 +020020obj-$(CONFIG_TEGRA_PINCTRL) += pinmux-common.o
Thierry Redinge19143b2019-04-15 11:32:22 +020021obj-$(CONFIG_TEGRA_PMC) += powergate.o
Stephen Warrenaae52c02015-10-23 10:50:47 -060022obj-y += xusb-padctl-dummy.o
Stephen Warrend0f45002016-07-18 12:15:05 -060023endif
Masahiro Yamada09f455d2015-02-20 17:04:04 +090024
Stephen Warrend0f45002016-07-18 12:15:05 -060025obj-$(CONFIG_ARM64) += arm64-mmu.o
Stephen Warren98898622016-08-08 10:38:34 -060026obj-y += dt-setup.o
Stephen Warrend0f45002016-07-18 12:15:05 -060027obj-$(CONFIG_TEGRA_CLOCK_SCALING) += emc.o
28obj-$(CONFIG_TEGRA_GPU) += gpu.o
Stephen Warren49626ea2016-07-18 12:17:11 -060029obj-$(CONFIG_TEGRA_IVC) += ivc.o
Jan Kiszkaffdf9f92015-04-21 07:18:35 +020030ifndef CONFIG_SPL_BUILD
31obj-$(CONFIG_ARMV7_PSCI) += psci.o
32endif
Stephen Warrend0f45002016-07-18 12:15:05 -060033obj-$(CONFIG_DISPLAY_CPUINFO) += sys_info.o
Thierry Redingf9ec2ec2019-04-15 11:32:25 +020034obj-y += pmc.o
Jan Kiszkaffdf9f92015-04-21 07:18:35 +020035
Masahiro Yamada09f455d2015-02-20 17:04:04 +090036obj-$(CONFIG_TEGRA20) += tegra20/
37obj-$(CONFIG_TEGRA30) += tegra30/
38obj-$(CONFIG_TEGRA114) += tegra114/
39obj-$(CONFIG_TEGRA124) += tegra124/
Stephen Warrenc7ba99c2016-05-12 13:32:55 -060040obj-$(CONFIG_TEGRA186) += tegra186/
Tom Warren7aaa5a62015-03-04 16:36:00 -070041obj-$(CONFIG_TEGRA210) += tegra210/