e27d38112e
This is the first step of creating a common code for IR that can be used by other input devices. For now, keep IR dir at drivers/media, to easy the movement of the IR files, but later patches may move it to drivers/IR or drivers/input/IR. No functional changes is done on this patch. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
7 lines
232 B
Makefile
7 lines
232 B
Makefile
saa7146-objs := saa7146_i2c.o saa7146_core.o
|
|
saa7146_vv-objs := saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o
|
|
|
|
obj-y += tuners/
|
|
obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o
|
|
obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o
|