02858eedcb
Instead of using the ugly keymap sequences, use the new rc-*.ko keymap files. For now, it is still needed to have one keymap loaded, for the RC code to work. Later patches will remove this depenency. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
8 lines
254 B
Makefile
8 lines
254 B
Makefile
ir-common-objs := ir-functions.o ir-keymaps.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_IR_NEC_DECODER) += ir-nec-decoder.o
|