TTY: move allocations to tty_alloc_driver
[deliverable/linux.git] / drivers / media / Makefile
... / ...
CommitLineData
1#
2# Makefile for the kernel multimedia device drivers.
3#
4
5media-objs := media-device.o media-devnode.o media-entity.o
6
7ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
8 obj-$(CONFIG_MEDIA_SUPPORT) += media.o
9endif
10
11obj-y += common/ rc/ video/
12
13obj-$(CONFIG_VIDEO_DEV) += radio/
14obj-$(CONFIG_DVB_CORE) += dvb/
This page took 0.043772 seconds and 5 git commands to generate.