14 lines
		
	
	
		
			380 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			380 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the video capture/playback device drivers.
 | 
						|
#
 | 
						|
 | 
						|
bttv-objs      :=      bttv-driver.o bttv-cards.o bttv-if.o \
 | 
						|
		       bttv-risc.o bttv-vbi.o bttv-i2c.o bttv-gpio.o \
 | 
						|
		       bttv-input.o bttv-audio-hook.o
 | 
						|
 | 
						|
obj-$(CONFIG_VIDEO_BT848) += bttv.o
 | 
						|
 | 
						|
ccflags-y += -Idrivers/media/video
 | 
						|
ccflags-y += -Idrivers/media/common/tuners
 | 
						|
ccflags-y += -Idrivers/media/dvb/dvb-core
 |