diff options
author | Jarod Wilson <jarod@redhat.com> | 2010-08-02 20:46:03 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-09 04:42:58 +0200 |
commit | 2c1101d5aeddda7bd0dd03bddea7aed6dbf80074 (patch) | |
tree | 2c5b664647288bd53872ea7ce556fb39ef27a069 /drivers/media/IR/Makefile | |
parent | V4L/DVB: staging/lirc: port lirc_streamzap to ir-core (diff) | |
download | linux-2c1101d5aeddda7bd0dd03bddea7aed6dbf80074.tar.xz linux-2c1101d5aeddda7bd0dd03bddea7aed6dbf80074.zip |
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 # stand-alone IR receivers/transmitters obj-$(CONFIG_IR_IMON) += imon.o obj-$(CONFIG_IR_MCEUSB) += mceusb.o +obj-$(CONFIG_IR_STREAMZAP) += streamzap.o |