mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-09 02:51:20 +00:00
e27d38112e
This is the first step of creating a common code for IR that can be used by other input devices. For now, keep IR dir at drivers/media, to easy the movement of the IR files, but later patches may move it to drivers/IR or drivers/input/IR. No functional changes is done on this patch. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
4 lines
100 B
Makefile
4 lines
100 B
Makefile
ir-common-objs := ir-functions.o ir-keymaps.o ir-keytable.o
|
|
|
|
obj-$(CONFIG_VIDEO_IR) += ir-common.o
|