diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-05 05:24:08 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 14:55:45 +0100 |
commit | 8873c61f1fe849bc8719839ddfa3300266f8bc39 (patch) | |
tree | ebaaf066367bbcd8706fd033f66e3afdabb5185a /drivers/media/dvb/Makefile | |
parent | V4L/DVB(13808a): mantis: convert it to the new ir-core register/unregister fu... (diff) | |
download | linux-8873c61f1fe849bc8719839ddfa3300266f8bc39.tar.xz linux-8873c61f1fe849bc8719839ddfa3300266f8bc39.zip |
V4L/DVB (13808): [Mantis/Hopper] Build update for Mantis/Hopper based cards
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/Makefile')
-rw-r--r-- | drivers/media/dvb/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers/media/dvb/Makefile b/drivers/media/dvb/Makefile index 16d262ddb45d..c12922c3659b 100644 --- a/drivers/media/dvb/Makefile +++ b/drivers/media/dvb/Makefile @@ -2,6 +2,18 @@ # Makefile for the kernel multimedia device drivers. # -obj-y := dvb-core/ frontends/ ttpci/ ttusb-dec/ ttusb-budget/ b2c2/ bt8xx/ dvb-usb/ pluto2/ siano/ dm1105/ pt1/ +obj-y := dvb-core/ \ + frontends/ \ + ttpci/ \ + ttusb-dec/ \ + ttusb-budget/ \ + b2c2/ \ + bt8xx/ \ + dvb-usb/ \ + pluto2/ \ + siano/ \ + dm1105/ \ + pt1/ \ + mantis/ obj-$(CONFIG_DVB_FIREDTV) += firewire/ |