Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux-block.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
1daae517
MCC
6#
7# I2C drivers should come before other drivers, otherwise they'll fail
8# when compiled as builtin drivers
9#
10obj-y += i2c/ tuners/
271e4323 11obj-$(CONFIG_DVB_CORE) += dvb-frontends/
1daae517
MCC
12
13#
c612e54f 14# Now, let's link-in the media controller core
1daae517 15#
cf4b9211 16ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
c612e54f 17 obj-$(CONFIG_MEDIA_SUPPORT) += mc/
cf4b9211
LP
18endif
19
1daae517 20obj-$(CONFIG_VIDEO_DEV) += v4l2-core/
271e4323 21obj-$(CONFIG_DVB_CORE) += dvb-core/
1daae517
MCC
22
23# There are both core and drivers at RC subtree - merge before drivers
24obj-y += rc/
25
9177e51d
HV
26obj-$(CONFIG_CEC_CORE) += cec/
27
1daae517
MCC
28#
29# Finally, merge the drivers that require the core
30#
31
dacca5f0 32obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/ test-drivers/
1daae517 33obj-$(CONFIG_VIDEO_DEV) += radio/
7c91f062 34