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>
11 lines
269 B
Makefile
11 lines
269 B
Makefile
#
|
|
# Makefile for the kernel multimedia device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_VIDEO_MEDIA) += common/
|
|
|
|
# Since hybrid devices are here, should be compiled if DVB and/or V4L
|
|
obj-$(CONFIG_VIDEO_MEDIA) += video/
|
|
|
|
obj-$(CONFIG_VIDEO_DEV) += radio/
|
|
obj-$(CONFIG_DVB_CORE) += dvb/
|