7c91f0624a
There were several issues in the past, caused by the hybrid tuner design, since now, the same tuner can be used by drivers/media/dvb and drivers/media/video. Kconfig items were rearranged, to split V4L/DVB core from their drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
13 lines
389 B
Makefile
13 lines
389 B
Makefile
#
|
|
# Makefile for the video capture/playback device drivers.
|
|
#
|
|
|
|
bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o \
|
|
bttv-risc.o bttv-vbi.o bttv-i2c.o bttv-gpio.o \
|
|
bttv-input.o bttv-audio-hook.o
|
|
|
|
obj-$(CONFIG_VIDEO_BT848) += bttv.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/video
|
|
EXTRA_CFLAGS += -Idrivers/media/common/tuners
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
|