[media] rc: img-ir: add NEC decoder module
[deliverable/linux.git] / drivers / media / rc / img-ir / Makefile
1 img-ir-y := img-ir-core.o
2 img-ir-$(CONFIG_IR_IMG_RAW) += img-ir-raw.o
3 img-ir-$(CONFIG_IR_IMG_HW) += img-ir-hw.o
4 img-ir-$(CONFIG_IR_IMG_NEC) += img-ir-nec.o
5 img-ir-objs := $(img-ir-y)
6
7 obj-$(CONFIG_IR_IMG) += img-ir.o
This page took 0.033072 seconds and 5 git commands to generate.