net: can: janz-ican3: constify attribute_group structures.
[linux-2.6/btrfs-unstable.git] / drivers / media / Makefile
blob044503aa8801744785da9c637bda4c020bfac766
2 # Makefile for the kernel multimedia device drivers.
5 media-objs := media-device.o media-devnode.o media-entity.o
8 # I2C drivers should come before other drivers, otherwise they'll fail
9 # when compiled as builtin drivers
11 obj-y += i2c/ tuners/
12 obj-$(CONFIG_DVB_CORE) += dvb-frontends/
15 # Now, let's link-in the media core
17 ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
18 obj-$(CONFIG_MEDIA_SUPPORT) += media.o
19 endif
21 obj-$(CONFIG_VIDEO_DEV) += v4l2-core/
22 obj-$(CONFIG_DVB_CORE) += dvb-core/
24 # There are both core and drivers at RC subtree - merge before drivers
25 obj-y += rc/
27 obj-$(CONFIG_CEC_CORE) += cec/
30 # Finally, merge the drivers that require the core
33 obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/
34 obj-$(CONFIG_VIDEO_DEV) += radio/