summaryrefslogtreecommitdiff
path: root/drivers/media/rc/img-ir/Makefile
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2014-03-01 03:28:57 +0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-11 22:47:10 +0400
commit693365337891df8677c3faf193a35a73097ed141 (patch)
tree1a47d0d0bb4af6e829b6be6d5da5861b455c0696 /drivers/media/rc/img-ir/Makefile
parent635abb7054f204e036bc6afe41b1f50825294867 (diff)
downloadlinux-693365337891df8677c3faf193a35a73097ed141.tar.xz
[media] rc: img-ir: add JVC decoder module
Add an img-ir module for decoding the JVC infrared protocol. Signed-off-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@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 c4091973b35d..c5f8f06c89eb 100644
--- a/drivers/media/rc/img-ir/Makefile
+++ b/drivers/media/rc/img-ir/Makefile
@@ -2,6 +2,7 @@ img-ir-y := img-ir-core.o
img-ir-$(CONFIG_IR_IMG_RAW) += img-ir-raw.o
img-ir-$(CONFIG_IR_IMG_HW) += img-ir-hw.o
img-ir-$(CONFIG_IR_IMG_NEC) += img-ir-nec.o
+img-ir-$(CONFIG_IR_IMG_JVC) += img-ir-jvc.o
img-ir-objs := $(img-ir-y)
obj-$(CONFIG_IR_IMG) += img-ir.o