]> Pileus Git - ~andy/linux/blob - drivers/media/Makefile
[media] move parallel port/isa video drivers to drivers/media/parport/
[~andy/linux] / drivers / media / Makefile
1 #
2 # Makefile for the kernel multimedia device drivers.
3 #
4
5 media-objs      := media-device.o media-devnode.o media-entity.o
6
7 ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
8   obj-$(CONFIG_MEDIA_SUPPORT) += media.o
9 endif
10
11 obj-y += tuners/ common/ rc/ video/
12 obj-y += pci/ usb/ mmc/ firewire/ parport/
13
14 obj-$(CONFIG_VIDEO_DEV) += radio/ v4l2-core/
15 obj-$(CONFIG_DVB_CORE)  += dvb-core/ dvb-frontends/