mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
e5514f104d
Interrupts from the AV Core are best handled by a workqueue handler since many I2C transactions are required to service the AV Core interrupt. The AV_CORE PCI interrupt is disabled by the IRQ handler and reenabled when the work handler is finished. Signed-off-by: Andy Walls <awalls@md.metrocast.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 lines
545 B
Makefile
15 lines
545 B
Makefile
cx23885-objs := cx23885-cards.o cx23885-video.o cx23885-vbi.o \
|
|
cx23885-core.o cx23885-i2c.o cx23885-dvb.o cx23885-417.o \
|
|
cx23885-ioctl.o cx23885-ir.o cx23885-av.o cx23885-input.o \
|
|
cx23888-ir.o netup-init.o cimax2.o netup-eeprom.o \
|
|
cx23885-f300.o
|
|
|
|
obj-$(CONFIG_VIDEO_CX23885) += cx23885.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/video
|
|
EXTRA_CFLAGS += -Idrivers/media/common/tuners
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
|
|
|
|
EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m)
|