OSDN Git Service

soc: tegra: Remove redundant $(CONFIG_ARCH_TEGRA) in Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 31 Jul 2015 05:58:21 +0000 (14:58 +0900)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Aug 2015 14:17:40 +0000 (16:17 +0200)
commit7c9fd23ff12e04f36be5ae5ff5dfe72fb913f215
tree2d2bbd392c1279c5ddaa822f97a1f205c1add4d7
parent1dad36cdd5d20b4d7ceca5026553e86b3315b022
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>
drivers/soc/tegra/Makefile