perf python: Do not force closing original perf descriptor in evlist.get_pollfd()
[linux/fpc-iii.git] / drivers / media / Makefile
blob985d35ec6b298491eb80bd7c3b246faba58d0dd7
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the kernel multimedia device drivers.
6 media-objs := media-device.o media-devnode.o media-entity.o \
7 media-request.o
10 # I2C drivers should come before other drivers, otherwise they'll fail
11 # when compiled as builtin drivers
13 obj-y += i2c/ tuners/
14 obj-$(CONFIG_DVB_CORE) += dvb-frontends/
17 # Now, let's link-in the media core
19 ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
20 obj-$(CONFIG_MEDIA_SUPPORT) += media.o
21 endif
23 obj-$(CONFIG_VIDEO_DEV) += v4l2-core/
24 obj-$(CONFIG_DVB_CORE) += dvb-core/
26 # There are both core and drivers at RC subtree - merge before drivers
27 obj-y += rc/
29 obj-$(CONFIG_CEC_CORE) += cec/
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/