V4L/DVB: ir-core: dynamically load the compiled IR protocols
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / media / IR / Makefile
CommitLineData
446e4a64 1ir-common-objs := ir-functions.o ir-keymaps.o
995187be 2ir-core-objs := ir-keytable.o ir-sysfs.o ir-raw-event.o
e27d3811 3
446e4a64 4obj-$(CONFIG_IR_CORE) += ir-core.o
e27d3811 5obj-$(CONFIG_VIDEO_IR) += ir-common.o
995187be 6obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o