mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 17:33:01 +00:00
bd7261d3d7
Now that the remote keymaps were broken into separate modules, get rid of the keycode tables that were hardcoded into ir-common. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
9 lines
241 B
Makefile
9 lines
241 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_IR_NEC_DECODER) += ir-nec-decoder.o
|