[media] cec: add MEDIA_SUPPORT dependency
[deliverable/linux.git] / drivers / media / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the kernel multimedia device drivers.
3#
4
29fb44a5
HV
5obj-$(CONFIG_MEDIA_CEC_EDID) += cec-edid.o
6
53e269c1 7media-objs := media-device.o media-devnode.o media-entity.o
cf4b9211 8
1daae517
MCC
9#
10# I2C drivers should come before other drivers, otherwise they'll fail
11# when compiled as builtin drivers
12#
13obj-y += i2c/ tuners/
14obj-$(CONFIG_DVB_CORE) += dvb-frontends/
15
16#
17# Now, let's link-in the media core
18#
cf4b9211
LP
19ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
20 obj-$(CONFIG_MEDIA_SUPPORT) += media.o
21endif
22
1daae517
MCC
23obj-$(CONFIG_VIDEO_DEV) += v4l2-core/
24obj-$(CONFIG_DVB_CORE) += dvb-core/
25
26# There are both core and drivers at RC subtree - merge before drivers
27obj-y += rc/
28
29#
30# Finally, merge the drivers that require the core
31#
32
427ae153 33obj-y += common/ platform/ pci/ usb/ mmc/ firewire/
1daae517 34obj-$(CONFIG_VIDEO_DEV) += radio/
7c91f062 35
This page took 0.811609 seconds and 5 git commands to generate.