diff options
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 !!!! |