提交 860b5117 编写于 作者: H Helen Koike 提交者: Mauro Carvalho Chehab

media: Makefile: fix test drivers compilation

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: 4b32216a ("media: split test drivers from platform directory")
Signed-off-by: NHelen Koike <helen.koike@collabora.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab+huawei@kernel.org>
上级 ec16d2ab
......@@ -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/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册