]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/memory/tegra/Makefile
Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes
[mirror_ubuntu-bionic-kernel.git] / drivers / memory / tegra / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
89184651
TR
2tegra-mc-y := mc.o
3
4tegra-mc-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30.o
5tegra-mc-$(CONFIG_ARCH_TEGRA_114_SOC) += tegra114.o
6tegra-mc-$(CONFIG_ARCH_TEGRA_124_SOC) += tegra124.o
242b1d71 7tegra-mc-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra124.o
588c43a7 8tegra-mc-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210.o
89184651
TR
9
10obj-$(CONFIG_TEGRA_MC) += tegra-mc.o
73a7f0a9
MP
11
12obj-$(CONFIG_TEGRA124_EMC) += tegra124-emc.o