summaryrefslogblamecommitdiffstats
path: root/drivers/media/Makefile
blob: b0b0193cd69d88e38823a6ca4a314139c70fa377 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                    
                                                                




                                        
                                      
                                               
 

                                                   
#
# Makefile for the kernel multimedia device drivers.
#

media-objs	:= media-device.o media-devnode.o media-entity.o

ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
  obj-$(CONFIG_MEDIA_SUPPORT) += media.o
endif

obj-y += tuners/ common/ rc/ platform/
obj-y += i2c/ pci/ usb/ mmc/ firewire/ parport/

obj-$(CONFIG_VIDEO_DEV) += radio/ v4l2-core/
obj-$(CONFIG_DVB_CORE)  += dvb-core/ dvb-frontends/