linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: tegra: remove redundant $(CONFIG_ARCH_TEGRA) in Makefile
@ 2015-07-31  5:58 Masahiro Yamada
  2015-08-13 14:18 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2015-07-31  5:58 UTC (permalink / raw)
  To: linux-tegra
  Cc: linux-arm-kernel, Masahiro Yamada, Thierry Reding, linux-kernel,
	Stephen Warren, Alexandre Courbot

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>
---

 drivers/soc/tegra/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/soc/tegra/Makefile b/drivers/soc/tegra/Makefile
index cdaad9d..ae857ff 100644
--- a/drivers/soc/tegra/Makefile
+++ b/drivers/soc/tegra/Makefile
@@ -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
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] soc: tegra: remove redundant $(CONFIG_ARCH_TEGRA) in Makefile
  2015-07-31  5:58 [PATCH] soc: tegra: remove redundant $(CONFIG_ARCH_TEGRA) in Makefile Masahiro Yamada
@ 2015-08-13 14:18 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2015-08-13 14:18 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-tegra, linux-arm-kernel, linux-kernel, Stephen Warren,
	Alexandre Courbot

[-- Attachment #1: Type: text/plain, Size: 471 bytes --]

On Fri, Jul 31, 2015 at 02:58:21PM +0900, Masahiro Yamada wrote:
> 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>
> ---
> 
>  drivers/soc/tegra/Makefile | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-13 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-31  5:58 [PATCH] soc: tegra: remove redundant $(CONFIG_ARCH_TEGRA) in Makefile Masahiro Yamada
2015-08-13 14:18 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).