diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-01-05 16:25:22 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-01-05 16:25:22 +0000 |
commit | 3612bc6917d94cb4178e4301fa2ac6d27289c704 (patch) | |
tree | 12e66af7cbc8d82e8ede7b5c828a34ba74b83f28 /linux/drivers/media/dvb/ttpci/Makefile | |
parent | 539fe957e343be686be416ccf137396bca953e07 (diff) | |
download | mediapointer-dvb-s2-3612bc6917d94cb4178e4301fa2ac6d27289c704.tar.gz mediapointer-dvb-s2-3612bc6917d94cb4178e4301fa2ac6d27289c704.tar.bz2 |
Split av7110.c into a few separate modules:
- av7110.c: initialization and demux stuff
- av7110_hw.c: lowlevel hardware access and firmware interface
- av7110_ca.c: CI and ECD
- av7110_av.c: audio/video MPEG decoder and remuxing stuff
- av7110_v4l.c: v4l interface
It's all still ugly and needs lots of namespace and coding-style
cleanups. It's probably broken, too. But it's a start.
(My main motivation is easier porting to the V4 API).
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/Makefile b/linux/drivers/media/dvb/ttpci/Makefile index 2c97d5512..2e8403b89 100644 --- a/linux/drivers/media/dvb/ttpci/Makefile +++ b/linux/drivers/media/dvb/ttpci/Makefile @@ -3,7 +3,7 @@ # and the AV7110 DVB device driver # -dvb-ttpci-objs := av7110.o av7110_ipack.o av7110_ir.o +dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o av7110_ipack.o av7110_ir.o obj-$(CONFIG_DVB_BUDGET) += budget-core.o budget.o ttpci-eeprom.o obj-$(CONFIG_DVB_BUDGET_AV) += budget-core.o budget-av.o ttpci-eeprom.o |