diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-06 18:10:30 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-06 18:10:30 +0000 |
commit | 9c2f6317a3233e4cc06ff19f37beab6ccead5e23 (patch) | |
tree | 5872d62d4979f7a8c42d3b4133fd5bc2b9703773 /v4l | |
parent | dd95dd37f98ff4756ad1fcd1d2e66649c1853dff (diff) | |
download | mediapointer-dvb-s2-9c2f6317a3233e4cc06ff19f37beab6ccead5e23.tar.gz mediapointer-dvb-s2-9c2f6317a3233e4cc06ff19f37beab6ccead5e23.tar.bz2 |
* Makefile:
* em2820-i2c.c: (em2820_set_tuner):
- Fixed build.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 8 | ||||
-rw-r--r-- | v4l/Makefile | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index df2156c9f..2d0a7de09 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-10-06 16:10 nshmyrev + + * Makefile: + * em2820-i2c.c: (em2820_set_tuner): + - Fixed build. + + Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> + 2005-10-06 15:27 mchehab * doc/CARDLIST.em2820: diff --git a/v4l/Makefile b/v4l/Makefile index 8277180eb..ca9272d59 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -36,7 +36,6 @@ obj-$(CONFIG_VIDEO_BTTV) += btcx-risc.o ir-common.o bttv.o tveeprom.o obj-$(CONFIG_VIDEO_CX88) += btcx-risc.o cx88xx.o cx8800.o cx8802.o \ cx88-blackbird.o tveeprom.o obj-$(CONFIG_TVP5150) += tvp5150.o -obj-$(CONFIG_SAA7113) += saa7113.o obj-$(CONFIG_EM2820) += em2820.o # THIS IS NOT FINISHED YET --- IT IS HERE ONLY FOR DEVELOPERS !!!! |