]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/media/Makefile
[media] rename drivers/media/video as .../platform
[karo-tx-linux.git] / 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/ platform/
12 obj-y += i2c/ pci/ usb/ mmc/ firewire/ parport/
13
14 obj-$(CONFIG_VIDEO_DEV) += radio/ v4l2-core/
15 obj-$(CONFIG_DVB_CORE)  += dvb-core/ dvb-frontends/