mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
V4L/DVB (8335): dvb-ttpci: Fix build with CONFIG_INPUT_EVDEV=n (Bug #11042)
Fix build with CONFIG_INPUT_EVDEV=n (Bug #11042). Thanks to Toralf Frster <toralf.foerster@gmx.de> for reporting. Thanks-to: Toralf Frster <toralf.foerster@gmx.de> Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
4ee48c4257
commit
439d0e4250
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@
|
|||
# and the AV7110 DVB device driver
|
||||
#
|
||||
|
||||
dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o av7110_ipack.o av7110_ir.o
|
||||
dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o av7110_ipack.o
|
||||
|
||||
ifdef CONFIG_INPUT_EVDEV
|
||||
dvb-ttpci-objs += av7110_ir.o
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_TTPCI_EEPROM) += ttpci-eeprom.o
|
||||
obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o
|
||||
|
|
Loading…
Reference in a new issue