From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Helen Koike <helen.koike@collabora.com>
Cc: linux-media@vger.kernel.org, kernel@collabora.com,
ezequiel@collabora.com
Subject: Re: [PATCH] media: Makefile: fix test drivers compilation
Date: Tue, 14 Apr 2020 21:26:55 +0200 [thread overview]
Message-ID: <20200414212655.4b524781@coco.lan> (raw)
In-Reply-To: <20200414190238.1326598-1-helen.koike@collabora.com>
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
prev parent reply other threads:[~2020-04-14 19:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-14 19:02 [PATCH] media: Makefile: fix test drivers compilation Helen Koike
2020-04-14 19:26 ` Mauro Carvalho Chehab [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200414212655.4b524781@coco.lan \
--to=mchehab+huawei@kernel.org \
--cc=ezequiel@collabora.com \
--cc=helen.koike@collabora.com \
--cc=kernel@collabora.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.