blob: 529d10bc5650657ab1c65e520ec38429a1820472 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Thierry Reding89184652014-04-16 09:24:44 +02002tegra-mc-y := mc.o
3
Dmitry Osipenkoa8d502f2018-04-09 22:28:31 +03004tegra-mc-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20.o
Thierry Reding89184652014-04-16 09:24:44 +02005tegra-mc-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30.o
6tegra-mc-$(CONFIG_ARCH_TEGRA_114_SOC) += tegra114.o
7tegra-mc-$(CONFIG_ARCH_TEGRA_124_SOC) += tegra124.o
Thierry Reding242b1d72014-11-07 16:10:41 +01008tegra-mc-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra124.o
Thierry Reding588c43a2015-03-23 10:45:12 +01009tegra-mc-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210.o
Thierry Reding89184652014-04-16 09:24:44 +020010
11obj-$(CONFIG_TEGRA_MC) += tegra-mc.o
Mikko Perttunen73a7f0a2015-03-12 15:48:03 +010012
Dmitry Osipenko96e5da72018-10-21 21:30:52 +030013obj-$(CONFIG_TEGRA20_EMC) += tegra20-emc.o
Dmitry Osipenkoe34212c2019-08-12 00:00:40 +030014obj-$(CONFIG_TEGRA30_EMC) += tegra30-emc.o
Mikko Perttunen73a7f0a2015-03-12 15:48:03 +010015obj-$(CONFIG_TEGRA124_EMC) += tegra124-emc.o
Thierry Reding52d15dd2019-12-22 15:10:30 +010016obj-$(CONFIG_ARCH_TEGRA_186_SOC) += tegra186.o tegra186-emc.o
Thierry Redinga127e692019-12-22 15:10:32 +010017obj-$(CONFIG_ARCH_TEGRA_194_SOC) += tegra186.o tegra186-emc.o