Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.git] / drivers / memory / tegra / Makefile
... / ...
CommitLineData
1tegra-mc-y := mc.o
2
3tegra-mc-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30.o
4tegra-mc-$(CONFIG_ARCH_TEGRA_114_SOC) += tegra114.o
5tegra-mc-$(CONFIG_ARCH_TEGRA_124_SOC) += tegra124.o
6tegra-mc-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra124.o
7tegra-mc-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210.o
8
9obj-$(CONFIG_TEGRA_MC) += tegra-mc.o
10
11obj-$(CONFIG_TEGRA124_EMC) += tegra124-emc.o
This page took 0.023524 seconds and 5 git commands to generate.