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