summaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/Makefile
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2010-04-16 18:29:02 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 12:57:42 -0300
commit21677cfc562a27e099719d413287bc8d1d24deb7 (patch)
treeab79b7cc6efbc329a3b0b3c1649932cd430c1d9f /drivers/media/IR/Makefile
parent1159f838c0a334855c05c7c94f7a20799c57442d (diff)
V4L/DVB: ir-core: add imon driver
This is a new driver for the SoundGraph iMON and Antec Veris IR/display devices commonly found in many home theater pc cases and as after-market case additions. [mchehab@redhat.com: add KERN_CONT on line 2098 to shutup checkpatc.pl] Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/Makefile')
-rw-r--r--drivers/media/IR/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/IR/Makefile b/drivers/media/IR/Makefile
index 792d9cad7efc..57b145515d4f 100644
--- a/drivers/media/IR/Makefile
+++ b/drivers/media/IR/Makefile
@@ -8,3 +8,6 @@ obj-$(CONFIG_VIDEO_IR) += ir-common.o
obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o
+
+# stand-alone IR receivers/transmitters
+obj-$(CONFIG_IR_IMON) += imon.o