aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra/Makefile
blob: 9d4f4319b52761b1e21477b19f8f739d1ccba5f8 (plain) (blame)
1
2
3
4
5
6
7
8
tegra-mc-y := mc.o

tegra-mc-$(CONFIG_ARCH_TEGRA_3x_SOC)  += tegra30.o
tegra-mc-$(CONFIG_ARCH_TEGRA_114_SOC) += tegra114.o
tegra-mc-$(CONFIG_ARCH_TEGRA_124_SOC) += tegra124.o
tegra-mc-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra124.o

obj-$(CONFIG_TEGRA_MC) += tegra-mc.o