diff options
Diffstat (limited to 'drivers/media/IR/Makefile')
| -rw-r--r-- | drivers/media/IR/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/IR/Makefile b/drivers/media/IR/Makefile index b998fcced2e..2ae4f3abfdb 100644 --- a/drivers/media/IR/Makefile +++ b/drivers/media/IR/Makefile | |||
| @@ -5,11 +5,14 @@ obj-y += keymaps/ | |||
| 5 | 5 | ||
| 6 | obj-$(CONFIG_IR_CORE) += ir-core.o | 6 | obj-$(CONFIG_IR_CORE) += ir-core.o |
| 7 | obj-$(CONFIG_VIDEO_IR) += ir-common.o | 7 | obj-$(CONFIG_VIDEO_IR) += ir-common.o |
| 8 | obj-$(CONFIG_LIRC) += lirc_dev.o | ||
| 8 | obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o | 9 | obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o |
| 9 | obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o | 10 | obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o |
| 10 | obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o | 11 | obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o |
| 11 | obj-$(CONFIG_IR_JVC_DECODER) += ir-jvc-decoder.o | 12 | obj-$(CONFIG_IR_JVC_DECODER) += ir-jvc-decoder.o |
| 12 | obj-$(CONFIG_IR_SONY_DECODER) += ir-sony-decoder.o | 13 | obj-$(CONFIG_IR_SONY_DECODER) += ir-sony-decoder.o |
| 14 | obj-$(CONFIG_IR_LIRC_CODEC) += ir-lirc-codec.o | ||
| 13 | 15 | ||
| 14 | # stand-alone IR receivers/transmitters | 16 | # stand-alone IR receivers/transmitters |
| 15 | obj-$(CONFIG_IR_IMON) += imon.o | 17 | obj-$(CONFIG_IR_IMON) += imon.o |
| 18 | obj-$(CONFIG_IR_MCEUSB) += mceusb.o | ||
