2009-12-11 19:34:07 +08:00
|
|
|
ir-common-objs := ir-functions.o ir-keymaps.o
|
2010-04-02 13:33:35 +08:00
|
|
|
ir-core-objs := ir-keytable.o ir-sysfs.o ir-raw-event.o rc-map.o
|
2009-12-11 19:00:00 +08:00
|
|
|
|
2009-12-11 19:34:07 +08:00
|
|
|
obj-$(CONFIG_IR_CORE) += ir-core.o
|
2009-12-11 19:00:00 +08:00
|
|
|
obj-$(CONFIG_VIDEO_IR) += ir-common.o
|
2010-03-25 07:47:53 +08:00
|
|
|
obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
|