Home
last modified time | relevance | path

Searched hist:"7 c9fd23ff12e04f36be5ae5ff5dfe72fb913f215" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/soc/tegra/
H A DMakefilediff 7c9fd23ff12e04f36be5ae5ff5dfe72fb913f215 Fri Jul 31 07:58:21 CEST 2015 Masahiro Yamada <yamada.masahiro@socionext.com> soc: tegra: Remove redundant $(CONFIG_ARCH_TEGRA) in Makefile

Kbuild descends into drivers/soc/tegra/ only when CONFIG_ARCH_TEGRA
is enabled. (see drivers/soc/Makefile)

$(CONFIG_ARCH_TEGRA) in drivers/soc/tegra/Makefile always evaluates
to 'y'.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>