All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: Makefile: fix test drivers compilation
@ 2020-04-14 19:02 Helen Koike
  2020-04-14 19:26 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 2+ messages in thread
From: Helen Koike @ 2020-04-14 19:02 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab+huawei, kernel, ezequiel, Helen Koike

test_drivers/ folder is not being added by media Makefile, so it is not
being compiled.

Add test_drivers/ folder in Makefile folder's list.

Fixes: 4b32216adb010 ("media: split test drivers from platform directory")
Signed-off-by: Helen Koike <helen.koike@collabora.com>
---

 drivers/media/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/Makefile b/drivers/media/Makefile
index f215f0a89f9e6..693b3f0bf03ee 100644
--- a/drivers/media/Makefile
+++ b/drivers/media/Makefile
@@ -29,6 +29,6 @@ obj-$(CONFIG_CEC_CORE) += cec/
 # Finally, merge the drivers that require the core
 #
 
-obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/
+obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/ test_drivers/
 obj-$(CONFIG_VIDEO_DEV) += radio/
 
-- 
2.26.0


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

* Re: [PATCH] media: Makefile: fix test drivers compilation
  2020-04-14 19:02 [PATCH] media: Makefile: fix test drivers compilation Helen Koike
@ 2020-04-14 19:26 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2020-04-14 19:26 UTC (permalink / raw)
  To: Helen Koike; +Cc: linux-media, kernel, ezequiel

Em Tue, 14 Apr 2020 16:02:38 -0300
Helen Koike <helen.koike@collabora.com> escreveu:

> test_drivers/ folder is not being added by media Makefile, so it is not
> being compiled.
> 
> Add test_drivers/ folder in Makefile folder's list.

Applied, thanks!

> 
> Fixes: 4b32216adb010 ("media: split test drivers from platform directory")
> Signed-off-by: Helen Koike <helen.koike@collabora.com>
> ---
> 
>  drivers/media/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/Makefile b/drivers/media/Makefile
> index f215f0a89f9e6..693b3f0bf03ee 100644
> --- a/drivers/media/Makefile
> +++ b/drivers/media/Makefile
> @@ -29,6 +29,6 @@ obj-$(CONFIG_CEC_CORE) += cec/
>  # Finally, merge the drivers that require the core
>  #
>  
> -obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/
> +obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/ test_drivers/
>  obj-$(CONFIG_VIDEO_DEV) += radio/
>  



Thanks,
Mauro

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

end of thread, other threads:[~2020-04-14 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 19:02 [PATCH] media: Makefile: fix test drivers compilation Helen Koike
2020-04-14 19:26 ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.