summaryrefslogtreecommitdiffstats
path: root/drivers/media/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2012-06-14 21:35:53 +0200
committerMauro Carvalho Chehab2012-08-14 04:08:14 +0200
commit3d6c2bc08ac4f75bf3597740357c98f2207ca412 (patch)
treedfe6d7c9e466cef06224ffadd3310d61f41a4678 /drivers/media/Makefile
parent[media] v4l: move v4l2 core into a separate directory (diff)
downloadkernel-qcow2-linux-3d6c2bc08ac4f75bf3597740357c98f2207ca412.tar.gz
kernel-qcow2-linux-3d6c2bc08ac4f75bf3597740357c98f2207ca412.tar.xz
kernel-qcow2-linux-3d6c2bc08ac4f75bf3597740357c98f2207ca412.zip
[media] dvb: move the dvb core one level up
just like the V4L2 core, move the DVB core to drivers/media, as the intention is to get rid of both "video" and "dvb" directories. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Makefile')
-rw-r--r--drivers/media/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/Makefile b/drivers/media/Makefile
index 2f9abaad18f7..7f9f99ab6ccc 100644
--- a/drivers/media/Makefile
+++ b/drivers/media/Makefile
@@ -11,4 +11,4 @@ endif
obj-y += v4l2-core/ common/ rc/ video/
obj-$(CONFIG_VIDEO_DEV) += radio/
-obj-$(CONFIG_DVB_CORE) += dvb/
+obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb/