]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/media/Makefile
x86/mds: Add MDSUM variant to the MDS documentation
[mirror_ubuntu-bionic-kernel.git] / drivers / media / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the kernel multimedia device drivers.
4#
5
53e269c1 6media-objs := media-device.o media-devnode.o media-entity.o
cf4b9211 7
1daae517
MCC
8#
9# I2C drivers should come before other drivers, otherwise they'll fail
10# when compiled as builtin drivers
11#
12obj-y += i2c/ tuners/
13obj-$(CONFIG_DVB_CORE) += dvb-frontends/
14
15#
16# Now, let's link-in the media core
17#
cf4b9211
LP
18ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
19 obj-$(CONFIG_MEDIA_SUPPORT) += media.o
20endif
21
1daae517
MCC
22obj-$(CONFIG_VIDEO_DEV) += v4l2-core/
23obj-$(CONFIG_DVB_CORE) += dvb-core/
24
25# There are both core and drivers at RC subtree - merge before drivers
26obj-y += rc/
27
9177e51d
HV
28obj-$(CONFIG_CEC_CORE) += cec/
29
1daae517
MCC
30#
31# Finally, merge the drivers that require the core
32#
33
7aae6e2d 34obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/
1daae517 35obj-$(CONFIG_VIDEO_DEV) += radio/
7c91f062 36