Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.0-rc7 7 lines 213 B view raw
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 6 7obj-$(CONFIG_TEGRA_MC) += tegra-mc.o