diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-14 15:35:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 22:20:36 -0400 |
commit | 616300bd51bee80d2d122c205866aa4c20adbaa8 (patch) | |
tree | 732800e883c2b723cb5a2bf96cc6c4c0687cac20 /drivers/media/Makefile | |
parent | 9a0bf528b4d66b605f02634236da085595c22101 (diff) |
[media] firewire: move it one level up
Move firewire to one level up, as the dvb subdirectory will be
removed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Makefile')
-rw-r--r-- | drivers/media/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/Makefile b/drivers/media/Makefile index f95b9e3204c1..37e448cafb75 100644 --- a/drivers/media/Makefile +++ b/drivers/media/Makefile | |||
@@ -12,3 +12,4 @@ 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-core/ dvb/ dvb-frontends/ | 14 | obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb/ dvb-frontends/ |
15 | obj-$(CONFIG_DVB_FIREDTV) += firewire/ | ||