diff options
author | Gerd Knorr <devnull@localhost> | 2005-02-09 15:42:46 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-02-09 15:42:46 +0000 |
commit | d88c7c9e5a9181439bd0facde6802a881acd5442 (patch) | |
tree | 3e999d3831b6572297f10d83be93a564bc306a8c /v4l | |
parent | daadf7ba2bb54985678fe7f8270cf18e34f6e9f0 (diff) | |
download | mediapointer-dvb-s2-d88c7c9e5a9181439bd0facde6802a881acd5442.tar.gz mediapointer-dvb-s2-d88c7c9e5a9181439bd0facde6802a881acd5442.tar.bz2 |
- split tuner module into multiple smaller files.
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 49fc4a59e..8519c5f34 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -26,6 +26,7 @@ cx88xx-objs := cx88-cards.o cx88-core.o cx88-i2c.o cx88-tvaudio.o \ cx8800-objs := cx88-video.o cx88-vbi.o cx8801-objs := cx88-alsa.o cx8802-objs := cx88-mpeg.o +tuner-objs := tuner-core.o tuner-simple.o mt20xx.o tda8290.o list-multi := bttv.o saa7134.o cx88xx.o cx8800.o cx8801.o cx8802.o # what to build |