9 lines
		
	
	
		
			202 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			202 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the QCOM specific video device drivers
 | 
						|
# based on V4L2.
 | 
						|
#
 | 
						|
obj-$(CONFIG_MSM_VIDC_V4L2) += vidc/
 | 
						|
obj-y += broadcast/
 | 
						|
obj-$(CONFIG_DVB_MPQ) += dvb/
 | 
						|
obj-$(CONFIG_MSMB_CAMERA) += camera_v2/
 |