blob: 7165d70a60da926be271ac2df8ec564f319c77f4 [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
Masahiro Yamada09f455d2015-02-20 17:04:04 +09008ifdef CONFIG_SPL_BUILD
9obj-y += spl.o
10obj-y += cpu.o
11else
12obj-$(CONFIG_CMD_ENTERRCM) += cmd_enterrcm.o
13endif
14
Thierry Reding9e578192019-04-15 11:32:19 +020015obj-$(CONFIG_TEGRA_GP_PADCTRL) += ap.o
Masahiro Yamada237c3632015-04-13 10:51:14 +090016obj-y += board.o board2.o
Stephen Warrene2969952014-03-21 12:28:54 -060017obj-y += cache.o
Thierry Redingb64e0b92019-04-15 11:32:18 +020018obj-$(CONFIG_TEGRA_CLKRST) += clock.o
Thierry Reding07ea02b2019-04-15 11:32:21 +020019obj-$(CONFIG_TEGRA_PINCTRL) += pinmux-common.o
Thierry Redinge19143b2019-04-15 11:32:22 +020020obj-$(CONFIG_TEGRA_PMC) += powergate.o
Stephen Warrenaae52c02015-10-23 10:50:47 -060021obj-y += xusb-padctl-dummy.o
Masahiro Yamada09f455d2015-02-20 17:04:04 +090022
Thierry Redingce353ba2019-04-15 11:32:29 +020023obj-$(CONFIG_ARM64) += arm64-mmu.o cboot.o
Stephen Warren98898622016-08-08 10:38:34 -060024obj-y += dt-setup.o
Stephen Warrend0f45002016-07-18 12:15:05 -060025obj-$(CONFIG_TEGRA_CLOCK_SCALING) += emc.o
26obj-$(CONFIG_TEGRA_GPU) += gpu.o
Stephen Warren49626ea2016-07-18 12:17:11 -060027obj-$(CONFIG_TEGRA_IVC) += ivc.o
Jan Kiszkaffdf9f92015-04-21 07:18:35 +020028ifndef CONFIG_SPL_BUILD
29obj-$(CONFIG_ARMV7_PSCI) += psci.o
30endif
Stephen Warrend0f45002016-07-18 12:15:05 -060031obj-$(CONFIG_DISPLAY_CPUINFO) += sys_info.o
Thierry Redingf9ec2ec2019-04-15 11:32:25 +020032obj-y += pmc.o
Jan Kiszkaffdf9f92015-04-21 07:18:35 +020033
Masahiro Yamada09f455d2015-02-20 17:04:04 +090034obj-$(CONFIG_TEGRA20) += tegra20/
35obj-$(CONFIG_TEGRA30) += tegra30/
36obj-$(CONFIG_TEGRA114) += tegra114/
37obj-$(CONFIG_TEGRA124) += tegra124/
Stephen Warrenc7ba99c2016-05-12 13:32:55 -060038obj-$(CONFIG_TEGRA186) += tegra186/
Tom Warren7aaa5a62015-03-04 16:36:00 -070039obj-$(CONFIG_TEGRA210) += tegra210/