summaryrefslogtreecommitdiff
path: root/drivers/memory/tegra/Makefile
blob: c0129602ffd4bc8f7cecbba64c5d6038279089a5 (plain)
1
2
3
4
5
6
7
8
9
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

obj-$(CONFIG_TEGRA124_EMC) += tegra124-emc.o