Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c9fd23f authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Thierry Reding
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 1dad36cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
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