diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/Makefile | 3 | ||||
-rw-r--r-- | v4l/scripts/release.sh | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 9df6f7a56..829d88598 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -46,6 +46,9 @@ endif ifeq ($(CONFIG_VIDEO_IR),m) EXTRA_CFLAGS += -DCONFIG_VIDEO_IR=1 saa7134-objs += saa7134-input.o + ifeq ($(VERSION).$(PATCHLEVEL),2.6) + obj-$(CONFIG_VIDEO_IR) += ir-kbd-i2c.o + endif endif diff --git a/v4l/scripts/release.sh b/v4l/scripts/release.sh index 6c9ea2bbd..557172875 100644 --- a/v4l/scripts/release.sh +++ b/v4l/scripts/release.sh @@ -2,9 +2,9 @@ # config release="$HOME/kernel/release" -ver_bt="0.9.14" -ver_sa="0.2.11" -ver_cx="0.0.3" +ver_bt="0.9.15" +ver_sa="0.2.12" +ver_cx="0.0.4" # common files files_v4l="v4l*.[ch] video-buf.[ch] videodev*.h" @@ -17,7 +17,7 @@ files_ir="ir-common.[ch]" files_audio="msp3400.[ch] tvaudio.[ch] tvmixer.[ch]" files_bttv="bt848.h btcx*.[ch] bttv*.[ch] bt832.[ch] ir-kbd*.c" -files_saa="saa7134*.[ch] saa6752hs.[ch]" +files_saa="saa7134*.[ch] saa6752hs.[ch] ir-kbd-i2c.c" files_cx="btcx*.[ch] cx*.[ch]" |