diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-14 21:35:55 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-14 04:20:36 +0200 |
commit | 616300bd51bee80d2d122c205866aa4c20adbaa8 (patch) | |
tree | 732800e883c2b723cb5a2bf96cc6c4c0687cac20 /drivers/media/dvb/Makefile | |
parent | [media] move the dvb/frontends to drivers/media/dvb-frontends (diff) | |
download | linux-616300bd51bee80d2d122c205866aa4c20adbaa8.tar.xz linux-616300bd51bee80d2d122c205866aa4c20adbaa8.zip |
[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/dvb/Makefile')
-rw-r--r-- | drivers/media/dvb/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/Makefile b/drivers/media/dvb/Makefile index 0cee8f82a5d4..fc248268cb5a 100644 --- a/drivers/media/dvb/Makefile +++ b/drivers/media/dvb/Makefile @@ -16,5 +16,3 @@ obj-y := ttpci/ \ mantis/ \ ngene/ \ ddbridge/ - -obj-$(CONFIG_DVB_FIREDTV) += firewire/ |