diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-14 15:35:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 22:02:38 -0400 |
commit | 5bc3cb743bbab408792c1b4ef31adf6268aa4b7e (patch) | |
tree | 94faf3260c80a9626b450a6472780828cdf03b26 /drivers/media/Makefile | |
parent | 2ea4b442589b30210a166b9630c2547ebbe2cb82 (diff) |
[media] v4l: move v4l2 core into a separate directory
Currently, the v4l2 core is mixed together with other non-core drivers.
Move them into a separate directory.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 64755c99ded2..2f9abaad18f7 100644 --- a/drivers/media/Makefile +++ b/drivers/media/Makefile | |||
@@ -8,7 +8,7 @@ ifeq ($(CONFIG_MEDIA_CONTROLLER),y) | |||
8 | obj-$(CONFIG_MEDIA_SUPPORT) += media.o | 8 | obj-$(CONFIG_MEDIA_SUPPORT) += media.o |
9 | endif | 9 | endif |
10 | 10 | ||
11 | obj-y += common/ rc/ video/ | 11 | obj-y += v4l2-core/ common/ rc/ video/ |
12 | 12 | ||
13 | obj-$(CONFIG_VIDEO_DEV) += radio/ | 13 | obj-$(CONFIG_VIDEO_DEV) += radio/ |
14 | obj-$(CONFIG_DVB_CORE) += dvb/ | 14 | obj-$(CONFIG_DVB_CORE) += dvb/ |