]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/memory/tegra/Makefile
Merge branch 'for-4.3-rc/ti-clk-fixes' of https://github.com/t-kristo/linux-pm into...
[karo-tx-linux.git] / drivers / memory / tegra / Makefile
1 tegra-mc-y := mc.o
2
3 tegra-mc-$(CONFIG_ARCH_TEGRA_3x_SOC)  += tegra30.o
4 tegra-mc-$(CONFIG_ARCH_TEGRA_114_SOC) += tegra114.o
5 tegra-mc-$(CONFIG_ARCH_TEGRA_124_SOC) += tegra124.o
6 tegra-mc-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra124.o
7 tegra-mc-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210.o
8
9 obj-$(CONFIG_TEGRA_MC) += tegra-mc.o
10
11 obj-$(CONFIG_TEGRA124_EMC) += tegra124-emc.o