summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/img-ir/Makefile
diff options
context:
space:
mode:
authorSifan Naeem <sifan.naeem@imgtec.com>2014-12-11 17:06:26 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-12-23 15:17:31 -0200
commitcb9564e133f4f790920d715714790512085bb2e3 (patch)
tree1ecb6c20ec65dd503e4ce5f2904f7b371af2e532 /drivers/media/rc/img-ir/Makefile
parentaa7383db35aec23906868a632a964b5783a5254d (diff)
downloadlinux-cb9564e133f4f790920d715714790512085bb2e3.tar.bz2
[media] rc: img-ir: add philips rc6 decoder module
Add img-ir module for decoding Philips rc6 protocol. Signed-off-by: Sifan Naeem <sifan.naeem@imgtec.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc/img-ir/Makefile')
-rw-r--r--drivers/media/rc/img-ir/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/img-ir/Makefile b/drivers/media/rc/img-ir/Makefile
index 898b1b8086d0..8e6d458e66ad 100644
--- a/drivers/media/rc/img-ir/Makefile
+++ b/drivers/media/rc/img-ir/Makefile
@@ -7,6 +7,7 @@ img-ir-$(CONFIG_IR_IMG_SONY) += img-ir-sony.o
img-ir-$(CONFIG_IR_IMG_SHARP) += img-ir-sharp.o
img-ir-$(CONFIG_IR_IMG_SANYO) += img-ir-sanyo.o
img-ir-$(CONFIG_IR_IMG_RC5) += img-ir-rc5.o
+img-ir-$(CONFIG_IR_IMG_RC6) += img-ir-rc6.o
img-ir-objs := $(img-ir-y)
obj-$(CONFIG_IR_IMG) += img-ir.o