diff options
author | Igor M. Liplianin <liplianin@me.by> | 2008-09-13 16:10:53 +0300 |
---|---|---|
committer | Igor M. Liplianin <liplianin@me.by> | 2008-09-13 16:10:53 +0300 |
commit | d9ee7f39c3a6582c9e1527a550c3eaee5ea7e0a7 (patch) | |
tree | 71724a6ad1eed1fade3a868becaeeaa11f8c10be /linux/drivers/media/dvb/Makefile | |
parent | 245b4eb5b23a490cde8b828c00ebaebf6b350c21 (diff) | |
download | mediapointer-dvb-s2-d9ee7f39c3a6582c9e1527a550c3eaee5ea7e0a7.tar.gz mediapointer-dvb-s2-d9ee7f39c3a6582c9e1527a550c3eaee5ea7e0a7.tar.bz2 |
Add support for SDMC DM1105 PCI chip
From: Igor M. Liplianin <liplianin@me.by>
Add support for SDMC DM1105 PCI chip. There is a lot of
cards based on it, like DvbWorld 2002 DVB-S , 2004 DVB-S2
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Diffstat (limited to 'linux/drivers/media/dvb/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/Makefile b/linux/drivers/media/dvb/Makefile index d6ba4d195..ea953a03e 100644 --- a/linux/drivers/media/dvb/Makefile +++ b/linux/drivers/media/dvb/Makefile @@ -2,4 +2,4 @@ # Makefile for the kernel multimedia device drivers. # -obj-y := dvb-core/ frontends/ ttpci/ ttusb-dec/ ttusb-budget/ b2c2/ bt8xx/ cinergyT2/ dvb-usb/ pluto2/ siano/ +obj-y := dvb-core/ frontends/ ttpci/ ttusb-dec/ ttusb-budget/ b2c2/ bt8xx/ cinergyT2/ dvb-usb/ pluto2/ siano/ dm1105/ |