]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/media/IR/Makefile
V4L/DVB: IR: add lirc device interface
[mirror_ubuntu-artful-kernel.git] / drivers / media / IR / Makefile
CommitLineData
bd7261d3 1ir-common-objs := ir-functions.o
9ce50c1a 2ir-core-objs := ir-keytable.o ir-sysfs.o ir-raw-event.o rc-map.o
e27d3811 3
02858eed
MCC
4obj-y += keymaps/
5
446e4a64 6obj-$(CONFIG_IR_CORE) += ir-core.o
e27d3811 7obj-$(CONFIG_VIDEO_IR) += ir-common.o
4a62a5ab 8obj-$(CONFIG_LIRC) += lirc_dev.o
995187be 9obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
db1423a6 10obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
784a4931 11obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o
bf670f64 12obj-$(CONFIG_IR_JVC_DECODER) += ir-jvc-decoder.o
3fe29c89 13obj-$(CONFIG_IR_SONY_DECODER) += ir-sony-decoder.o
21677cfc
JW
14
15# stand-alone IR receivers/transmitters
16obj-$(CONFIG_IR_IMON) += imon.o
66e89522 17obj-$(CONFIG_IR_MCEUSB) += mceusb.o