diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-09-19 12:51:33 -0300 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2006-09-19 12:51:33 -0300 |
commit | 5ef82029b6c3d37c329b74cf7102eaf675002aa6 (patch) | |
tree | f22be2249b9188c6261e9d1479e38618751847dc /linux/drivers/media/dvb/dvb-usb/Makefile | |
parent | b4e8dada183d7f34d35025db792b719a0ed94d65 (diff) | |
download | mediapointer-dvb-s2-5ef82029b6c3d37c329b74cf7102eaf675002aa6.tar.gz mediapointer-dvb-s2-5ef82029b6c3d37c329b74cf7102eaf675002aa6.tar.bz2 |
Misc. changes, DiB3000MC, MT2060
From: Patrick Boettcher <pb@linuxtv.org>
Changed the attach-function of the dib3000mc-driver to return only one
frontend. In case of multiple dib3000-chips on one board, one has to call the
i2c-enumeration manually before.
Added a field to Microtune 2060 config to output the clock to other
tuners/device on a board.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Makefile b/linux/drivers/media/dvb/dvb-usb/Makefile index 275cbc292..e23910799 100644 --- a/linux/drivers/media/dvb/dvb-usb/Makefile +++ b/linux/drivers/media/dvb/dvb-usb/Makefile @@ -37,5 +37,6 @@ dvb-usb-cxusb-objs = cxusb.o obj-$(CONFIG_DVB_USB_CXUSB) += dvb-usb-cxusb.o dvb-usb-dib0700-objs = dib0700_core.o dib0700_devices.o +obj-$(CONFIG_DVB_USB_DIB0700) += dvb-usb-dib0700.o EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/ |