summaryrefslogtreecommitdiff
path: root/drivers/media/IR/Makefile
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2010-08-02 15:46:03 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-08 23:42:58 -0300
commit2c1101d5aeddda7bd0dd03bddea7aed6dbf80074 (patch)
tree2c5b664647288bd53872ea7ce556fb39ef27a069 /drivers/media/IR/Makefile
parent8e9e60640067858e8036d4d43bbf725c60613359 (diff)
V4L/DVB: IR: put newly ported streamzap driver in proper home
Moves drivers/staging/lirc/lirc_streamzap.c to drivers/media/IR/streamzap.c, along with making the requisite Kconfig and Makefile changes. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/IR/Makefile b/drivers/media/IR/Makefile
index 2ae4f3abfdbd..2566fb4f356e 100644
--- a/drivers/media/IR/Makefile
+++ b/drivers/media/IR/Makefile
@@ -16,3 +16,4 @@ obj-$(CONFIG_IR_LIRC_CODEC) += ir-lirc-codec.o
# stand-alone IR receivers/transmitters
obj-$(CONFIG_IR_IMON) += imon.o
obj-$(CONFIG_IR_MCEUSB) += mceusb.o
+obj-$(CONFIG_IR_STREAMZAP) += streamzap.o