]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/media/Makefile
scsi: cxlflash: Improve asynchronous interrupt processing
[mirror_ubuntu-zesty-kernel.git] / drivers / media / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the kernel multimedia device drivers.
3#
4
5bb2399a
HV
5ifeq ($(CONFIG_MEDIA_CEC_EDID),y)
6 obj-$(CONFIG_MEDIA_SUPPORT) += cec-edid.o
7endif
29fb44a5 8
0dbacebe
HV
9ifeq ($(CONFIG_MEDIA_CEC_SUPPORT),y)
10 obj-$(CONFIG_MEDIA_SUPPORT) += cec/
11endif
12
53e269c1 13media-objs := media-device.o media-devnode.o media-entity.o
cf4b9211 14
1daae517
MCC
15#
16# I2C drivers should come before other drivers, otherwise they'll fail
17# when compiled as builtin drivers
18#
19obj-y += i2c/ tuners/
20obj-$(CONFIG_DVB_CORE) += dvb-frontends/
21
22#
23# Now, let's link-in the media core
24#
cf4b9211
LP
25ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
26 obj-$(CONFIG_MEDIA_SUPPORT) += media.o
27endif
28
1daae517
MCC
29obj-$(CONFIG_VIDEO_DEV) += v4l2-core/
30obj-$(CONFIG_DVB_CORE) += dvb-core/
31
32# There are both core and drivers at RC subtree - merge before drivers
33obj-y += rc/
34
35#
36# Finally, merge the drivers that require the core
37#
38
7aae6e2d 39obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/
1daae517 40obj-$(CONFIG_VIDEO_DEV) += radio/
7c91f062 41