5d7dc8c4f6
This patch moves the EXPORT_SYMBOL's from drivers/media/common/saa7146_vv_ksyms.c to the files with the actual functions. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
7 lines
300 B
Makefile
7 lines
300 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
|
|
ir-common-objs := ir-functions.o ir-keymaps.o
|
|
|
|
obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o
|
|
obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o
|
|
obj-$(CONFIG_VIDEO_IR) += ir-common.o
|