diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2009-12-19 08:54:44 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 19:10:53 +0100 |
commit | 83f3c7157e087ace8fc67fd759bc3d7b3b64531e (patch) | |
tree | a35d48a58a8d8d1fa78138c3818c50b3a27cd37f /drivers/media/dvb/Makefile | |
parent | V4L/DVB: ngene: Initial check-in (diff) | |
download | linux-83f3c7157e087ace8fc67fd759bc3d7b3b64531e.tar.xz linux-83f3c7157e087ace8fc67fd759bc3d7b3b64531e.zip |
V4L/DVB: ngene: Driver compiles now
Remove LNBH21 routines, disable code which broke compilation.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/Makefile')
-rw-r--r-- | drivers/media/dvb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/Makefile b/drivers/media/dvb/Makefile index c12922c3659b..a1a08758a6f2 100644 --- a/drivers/media/dvb/Makefile +++ b/drivers/media/dvb/Makefile @@ -14,6 +14,7 @@ obj-y := dvb-core/ \ siano/ \ dm1105/ \ pt1/ \ - mantis/ + mantis/ \ + ngene/ obj-$(CONFIG_DVB_FIREDTV) += firewire/ |