forked from Minki/linux
446e4a64d2
Split the ir-common into two separate modules: - ir-core: it is the IR-independent functions; - ir-common: has the common part used by V4L drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
6 lines
151 B
Makefile
6 lines
151 B
Makefile
ir-common-objs := ir-functions.o ir-keymaps.o
|
|
ir-core-objs := ir-keytable.o
|
|
|
|
obj-$(CONFIG_IR_CORE) += ir-core.o
|
|
obj-$(CONFIG_VIDEO_IR) += ir-common.o
|