diff options
Diffstat (limited to 'drivers/media/dvb/ttpci/Makefile')
-rw-r--r-- | drivers/media/dvb/ttpci/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/Makefile b/drivers/media/dvb/ttpci/Makefile index 3819390b16a5..71451237294c 100644 --- a/drivers/media/dvb/ttpci/Makefile +++ b/drivers/media/dvb/ttpci/Makefile | |||
@@ -3,7 +3,11 @@ | |||
3 | # and the AV7110 DVB device driver | 3 | # and the AV7110 DVB device driver |
4 | # | 4 | # |
5 | 5 | ||
6 | dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o av7110_ipack.o av7110_ir.o | 6 | dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o av7110_ipack.o |
7 | |||
8 | ifdef CONFIG_INPUT_EVDEV | ||
9 | dvb-ttpci-objs += av7110_ir.o | ||
10 | endif | ||
7 | 11 | ||
8 | obj-$(CONFIG_TTPCI_EEPROM) += ttpci-eeprom.o | 12 | obj-$(CONFIG_TTPCI_EEPROM) += ttpci-eeprom.o |
9 | obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o | 13 | obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o |