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: 4b32216adb ("media: split test drivers from platform directory")
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
Helen Koike 2020-04-14 16:02:38 -03:00 committed by Mauro Carvalho Chehab
parent ec16d2ab4d
commit 860b511766
1 changed files with 1 additions and 1 deletions

View File

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