1da177e4c3
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
6 lines
275 B
Makefile
6 lines
275 B
Makefile
saa7146-objs := saa7146_i2c.o saa7146_core.o
|
|
saa7146_vv-objs := saa7146_vv_ksyms.o saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o
|
|
|
|
obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o
|
|
obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o
|
|
obj-$(CONFIG_VIDEO_IR) += ir-common.o
|