diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-04-16 10:25:59 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-16 10:38:31 +0200 |
commit | dacca5f0fa69f04c2e70aad9847e8250b459971c (patch) | |
tree | 56e50e6fec2d0ab7eee47f17fc18087452772715 /drivers/media/Makefile | |
parent | media: Documentation/media: drop/fix vivi references (diff) | |
download | linux-dacca5f0fa69f04c2e70aad9847e8250b459971c.tar.xz linux-dacca5f0fa69f04c2e70aad9847e8250b459971c.zip |
media: media/test_drivers: rename to test-drivers
We never use _ in directory names in the media subsystem, so
rename to test-drivers instead for consistency.
Also update MAINTAINERS with the new path.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/Makefile')
-rw-r--r-- | drivers/media/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/Makefile b/drivers/media/Makefile index 693b3f0bf03e..d18357bf1346 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/ test_drivers/ +obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/ test-drivers/ obj-$(CONFIG_VIDEO_DEV) += radio/ |