crypto: api - Extend algorithm name limit to 128 bytes
[linux-stable.git] / drivers / media / Makefile
blobd87ccb8eeabe6b15c8664ae625dae298b6dd53ef
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 ifeq ($(CONFIG_MEDIA_CEC_SUPPORT),y)
10 obj-$(CONFIG_MEDIA_SUPPORT) += cec/
11 endif
13 media-objs := media-device.o media-devnode.o media-entity.o
16 # I2C drivers should come before other drivers, otherwise they'll fail
17 # when compiled as builtin drivers
19 obj-y += i2c/ tuners/
20 obj-$(CONFIG_DVB_CORE) += dvb-frontends/
23 # Now, let's link-in the media core
25 ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
26 obj-$(CONFIG_MEDIA_SUPPORT) += media.o
27 endif
29 obj-$(CONFIG_VIDEO_DEV) += v4l2-core/
30 obj-$(CONFIG_DVB_CORE) += dvb-core/
32 # There are both core and drivers at RC subtree - merge before drivers
33 obj-y += rc/
36 # Finally, merge the drivers that require the core
39 obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/
40 obj-$(CONFIG_VIDEO_DEV) += radio/