inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
[linux/fpc-iii.git] / drivers / media / Makefile
blob0deaa93efdee618367893d6ada686263950a8852
2 # Makefile for the kernel multimedia device drivers.
5 ifeq ($(CONFIG_MEDIA_CEC_EDID),y)
6 obj-$(CONFIG_MEDIA_SUPPORT) += cec-edid.o
7 endif
9 media-objs := media-device.o media-devnode.o media-entity.o
12 # I2C drivers should come before other drivers, otherwise they'll fail
13 # when compiled as builtin drivers
15 obj-y += i2c/ tuners/
16 obj-$(CONFIG_DVB_CORE) += dvb-frontends/
19 # Now, let's link-in the media core
21 ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
22 obj-$(CONFIG_MEDIA_SUPPORT) += media.o
23 endif
25 obj-$(CONFIG_VIDEO_DEV) += v4l2-core/
26 obj-$(CONFIG_DVB_CORE) += dvb-core/
28 # There are both core and drivers at RC subtree - merge before drivers
29 obj-y += rc/
32 # Finally, merge the drivers that require the core
35 obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/
36 obj-$(CONFIG_VIDEO_DEV) += radio/