]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/memory/tegra/Makefile
memory: tegra: Add support for a variable-size client ID bitfield
[mirror_ubuntu-bionic-kernel.git] / drivers / memory / tegra / Makefile
CommitLineData
89184651
TR
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
242b1d71 6tegra-mc-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra124.o
89184651
TR
7
8obj-$(CONFIG_TEGRA_MC) += tegra-mc.o
73a7f0a9
MP
9
10obj-$(CONFIG_TEGRA124_EMC) += tegra124-emc.o