aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra/Makefile
blob: 0d9f497b786c1d239b0ce72096d5539bae262053 (plain) (blame)
1
2
3
4
5
6
7
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

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