You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ir-common-objs := ir-functions.o ir-keymaps.o
|
|
ir-core-objs := ir-keytable.o ir-sysfs.o
|
|
|
|
obj-$(CONFIG_IR_CORE) += ir-core.o
|
|
obj-$(CONFIG_VIDEO_IR) += ir-common.o
|
|
|