xref: /linux/drivers/media/Makefile (revision f7511d5f66f01fc451747b24e79f3ada7a3af9af)
1#
2# Makefile for the kernel multimedia device drivers.
3#
4
5obj-$(CONFIG_VIDEO_MEDIA) += common/
6
7# Since hybrid devices are here, should be compiled if DVB and/or V4L
8obj-$(CONFIG_VIDEO_MEDIA) += video/
9
10obj-$(CONFIG_VIDEO_DEV) += radio/
11obj-$(CONFIG_DVB_CORE)  += dvb/
12