diff options
author | Antoine Jacquet <royale@zerezo.com> | 2008-08-12 00:21:33 +0200 |
---|---|---|
committer | Antoine Jacquet <royale@zerezo.com> | 2008-08-12 00:21:33 +0200 |
commit | bb349c708ba7b43225db2baa6daad703a3b0100e (patch) | |
tree | ac66b9982dba4bc6151c9d242ec56faed4166996 /linux/drivers/media/dvb/dvb-usb/Makefile | |
parent | 723befdc4c49248742d482a254b1d382ce84a41d (diff) | |
download | mediapointer-dvb-s2-bb349c708ba7b43225db2baa6daad703a3b0100e.tar.gz mediapointer-dvb-s2-bb349c708ba7b43225db2baa6daad703a3b0100e.tar.bz2 |
dtv5100: replace dummy frontend by zl10353
From: Antoine Jacquet <royale@zerezo.com>
Remove the dtv5100-fe.c dummy frontend and replace it by the real frontend for the chipset.
Priority: normal
Signed-off-by: Antoine Jacquet <royale@zerezo.com>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Makefile b/linux/drivers/media/dvb/dvb-usb/Makefile index 5e170fba1..116544f42 100644 --- a/linux/drivers/media/dvb/dvb-usb/Makefile +++ b/linux/drivers/media/dvb/dvb-usb/Makefile @@ -67,7 +67,7 @@ obj-$(CONFIG_DVB_USB_ANYSEE) += dvb-usb-anysee.o dvb-usb-dw2102-objs = dw2102.o obj-$(CONFIG_DVB_USB_DW2102) += dvb-usb-dw2102.o -dvb-usb-dtv5100-objs = dtv5100.o dtv5100-fe.o +dvb-usb-dtv5100-objs = dtv5100.o obj-$(CONFIG_DVB_USB_DTV5100) += dvb-usb-dtv5100.o EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/ |