9 lines
		
	
	
		
			149 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			149 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the kernel multimedia device drivers.
 | |
| #
 | |
| 
 | |
| obj-y += common/ video/
 | |
| 
 | |
| obj-$(CONFIG_VIDEO_DEV) += radio/
 | |
| obj-$(CONFIG_DVB_CORE)  += dvb/
 |