mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-22 01:43:37 -04:00
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
8 lines
149 B
Makefile
8 lines
149 B
Makefile
#
|
|
# Makefile for the kernel multimedia device drivers.
|
|
#
|
|
|
|
obj-y += common/ video/
|
|
|
|
obj-$(CONFIG_VIDEO_DEV) += radio/
|
|
obj-$(CONFIG_DVB_CORE) += dvb/
|