diff options
author | Michael Hunold <devnull@localhost> | 2004-08-18 16:01:48 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-08-18 16:01:48 +0000 |
commit | 0ec6de1c0fd4aee2037559520db72b6271f2fba3 (patch) | |
tree | af9e89485dbfda0e456e4efafef0e218930fbe57 /linux/drivers/media/dvb/dvb-core/Makefile | |
parent | a03d5d477ea0fae0a3516f96625431acb0cf31b2 (diff) | |
download | mediapointer-dvb-s2-0ec6de1c0fd4aee2037559520db72b6271f2fba3.tar.gz mediapointer-dvb-s2-0ec6de1c0fd4aee2037559520db72b6271f2fba3.tar.bz2 |
- remove dvb i2c code (all drivers are ported to kernel i2c)
- remove dvb i2c frontend (un)register code (all drivers use non-i2c frontend calls now)
- add i2c driver ids for all frontends to dvb_frontend.h (should be submitted to i2c-id.h)
- fix usage of i2c driver ids in dst, ves1x93, nxt6000 drivers
- remove dvb i2c functionality from av7110 and budget drivers
- remove dvb i2c functionality from Skystar2 driver
- fix up kernel Makefile
- add a FE_ATSC case to avoid compiler warning (print warning message instead)
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/Makefile b/linux/drivers/media/dvb/dvb-core/Makefile index 712778914..b21da2ee6 100644 --- a/linux/drivers/media/dvb/dvb-core/Makefile +++ b/linux/drivers/media/dvb/dvb-core/Makefile @@ -4,6 +4,6 @@ dvb-core-objs = dvbdev.o dmxdev.o dvb_demux.o dvb_filter.o \ dvb_ca_en50221.o dvb_functions.o dvb_frontend.o \ - dvb_i2c.o dvb_net.o dvb_ksyms.o dvb_ringbuffer.o + dvb_net.o dvb_ksyms.o dvb_ringbuffer.o obj-$(CONFIG_DVB_CORE) += dvb-core.o |