Skip to content

Commit

Permalink
soc: tegra: Remove redundant $(CONFIG_ARCH_TEGRA) in Makefile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masahiro Yamada authored and Thierry Reding committed Aug 13, 2015
1 parent 1dad36c commit 7c9fd23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/soc/tegra/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
obj-$(CONFIG_ARCH_TEGRA) += fuse/
obj-y += fuse/

obj-$(CONFIG_ARCH_TEGRA) += common.o
obj-$(CONFIG_ARCH_TEGRA) += pmc.o
obj-y += common.o
obj-y += pmc.o

0 comments on commit 7c9fd23

Please sign in to comment.