commit | 7c9fd23ff12e04f36be5ae5ff5dfe72fb913f215 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jul 31 14:58:21 2015 +0900 |
committer | Thierry Reding <treding@nvidia.com> | Thu Aug 13 16:17:40 2015 +0200 |
tree | 2d2bbd392c1279c5ddaa822f97a1f205c1add4d7 | |
parent | 1dad36cdd5d20b4d7ceca5026553e86b3315b022 [diff] |
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>