summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/img-ir/Makefile
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2014-03-01 00:28:56 +0100
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-11 19:46:57 +0100
commit635abb7054f204e036bc6afe41b1f50825294867 (patch)
tree4e9a6d4a35e09f88154bfe342a3264c18477cd5f /drivers/media/rc/img-ir/Makefile
parent[media] rc: img-ir: add to build (diff)
downloadlinux-635abb7054f204e036bc6afe41b1f50825294867.tar.xz
linux-635abb7054f204e036bc6afe41b1f50825294867.zip
[media] rc: img-ir: add NEC decoder module
Add an img-ir module for decoding the NEC and extended NEC infrared protocols. 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 4ef86edec873..c4091973b35d 100644
--- a/drivers/media/rc/img-ir/Makefile
+++ b/drivers/media/rc/img-ir/Makefile
@@ -1,6 +1,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-objs := $(img-ir-y)
obj-$(CONFIG_IR_IMG) += img-ir.o