mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
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>
This commit is contained in:
parent
1dad36cdd5
commit
7c9fd23ff1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user