forked from Minki/linux
4a62a5ab59
v2: currently unused ioctls are included, but #if 0'd out Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
18 lines
581 B
Makefile
18 lines
581 B
Makefile
ir-common-objs := ir-functions.o
|
|
ir-core-objs := ir-keytable.o ir-sysfs.o ir-raw-event.o rc-map.o
|
|
|
|
obj-y += keymaps/
|
|
|
|
obj-$(CONFIG_IR_CORE) += ir-core.o
|
|
obj-$(CONFIG_VIDEO_IR) += ir-common.o
|
|
obj-$(CONFIG_LIRC) += lirc_dev.o
|
|
obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
|
|
obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
|
|
obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o
|
|
obj-$(CONFIG_IR_JVC_DECODER) += ir-jvc-decoder.o
|
|
obj-$(CONFIG_IR_SONY_DECODER) += ir-sony-decoder.o
|
|
|
|
# stand-alone IR receivers/transmitters
|
|
obj-$(CONFIG_IR_IMON) += imon.o
|
|
obj-$(CONFIG_IR_MCEUSB) += mceusb.o
|