diff options
author | Jarod Wilson <jarod@redhat.com> | 2010-08-02 14:46:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-08 22:42:58 -0400 |
commit | 2c1101d5aeddda7bd0dd03bddea7aed6dbf80074 (patch) | |
tree | 2c5b664647288bd53872ea7ce556fb39ef27a069 /drivers/media/IR/Makefile | |
parent | 8e9e60640067858e8036d4d43bbf725c60613359 (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/Makefile | 1 |
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 | |||
16 | # stand-alone IR receivers/transmitters | 16 | # stand-alone IR receivers/transmitters |
17 | obj-$(CONFIG_IR_IMON) += imon.o | 17 | obj-$(CONFIG_IR_IMON) += imon.o |
18 | obj-$(CONFIG_IR_MCEUSB) += mceusb.o | 18 | obj-$(CONFIG_IR_MCEUSB) += mceusb.o |
19 | obj-$(CONFIG_IR_STREAMZAP) += streamzap.o | ||