linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: soc: Allow building the amlogic drivers without ARCH_MESON
@ 2018-11-12 16:46 Maxime Jourdan
  2018-11-15 20:26 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Jourdan @ 2018-11-12 16:46 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Neil Armstrong, linux-kernel, linux-arm-kernel, linux-amlogic

The current condition makes it difficult to compile the amlogic/
drivers with COMPILE_TEST, or without ARCH_MESON in general.

Fixes kbuild errors with patch series that depend on drivers in that
directory, for instance the meson video decoder.

Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
---
 drivers/soc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile
index 446166ba0bec..90b686e586c6 100644
--- a/drivers/soc/Makefile
+++ b/drivers/soc/Makefile
@@ -13,7 +13,7 @@ obj-$(CONFIG_ARCH_GEMINI)	+= gemini/
 obj-$(CONFIG_ARCH_MXC)		+= imx/
 obj-$(CONFIG_SOC_XWAY)		+= lantiq/
 obj-y				+= mediatek/
-obj-$(CONFIG_ARCH_MESON)	+= amlogic/
+obj-y				+= amlogic/
 obj-y				+= qcom/
 obj-y				+= renesas/
 obj-$(CONFIG_ARCH_ROCKCHIP)	+= rockchip/
-- 
2.19.1


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

* Re: [PATCH] drivers: soc: Allow building the amlogic drivers without ARCH_MESON
  2018-11-12 16:46 [PATCH] drivers: soc: Allow building the amlogic drivers without ARCH_MESON Maxime Jourdan
@ 2018-11-15 20:26 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2018-11-15 20:26 UTC (permalink / raw)
  To: Maxime Jourdan
  Cc: Neil Armstrong, linux-kernel, linux-arm-kernel, linux-amlogic

Maxime Jourdan <mjourdan@baylibre.com> writes:

> The current condition makes it difficult to compile the amlogic/
> drivers with COMPILE_TEST, or without ARCH_MESON in general.
>
> Fixes kbuild errors with patch series that depend on drivers in that
> directory, for instance the meson video decoder.
>
> Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>

Queued for v4.21 (drivers: v4.21/drivers)

Kevin

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

end of thread, other threads:[~2018-11-15 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-12 16:46 [PATCH] drivers: soc: Allow building the amlogic drivers without ARCH_MESON Maxime Jourdan
2018-11-15 20:26 ` Kevin Hilman

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