2010-04-03 01:11:45 +02:00
|
|
|
ir-common-objs := ir-functions.o
|
2010-04-02 07:33:35 +02:00
|
|
|
ir-core-objs := ir-keytable.o ir-sysfs.o ir-raw-event.o rc-map.o
|
2009-12-11 12:00:00 +01:00
|
|
|
|
2010-04-03 01:01:00 +02:00
|
|
|
obj-y += keymaps/
|
|
|
|
|
2009-12-11 12:34:07 +01:00
|
|
|
obj-$(CONFIG_IR_CORE) += ir-core.o
|
2009-12-11 12:00:00 +01:00
|
|
|
obj-$(CONFIG_VIDEO_IR) += ir-common.o
|
2010-03-25 00:47:53 +01:00
|
|
|
obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
|
2010-04-04 15:27:20 +02:00
|
|
|
obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
|
2010-04-09 01:04:40 +02:00
|
|
|
obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o
|
2010-04-15 23:46:05 +02:00
|
|
|
obj-$(CONFIG_IR_JVC_DECODER) += ir-jvc-decoder.o
|
2010-04-15 23:46:10 +02:00
|
|
|
obj-$(CONFIG_IR_SONY_DECODER) += ir-sony-decoder.o
|
2010-04-16 23:29:02 +02:00
|
|
|
|
|
|
|
# stand-alone IR receivers/transmitters
|
|
|
|
obj-$(CONFIG_IR_IMON) += imon.o
|