diff options
Diffstat (limited to 'linux/drivers/media/common/Makefile')
-rw-r--r-- | linux/drivers/media/common/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/drivers/media/common/Makefile b/linux/drivers/media/common/Makefile new file mode 100644 index 000000000..5ececd228 --- /dev/null +++ b/linux/drivers/media/common/Makefile @@ -0,0 +1,8 @@ +export-objs := video-buf.o + +saa7146-objs := saa7146_core.o saa7146_hlp.o saa7146_i2c.o \ + saa7146_vbi.o saa7146_video.o + +obj-$(CONFIG_VIDEO_VIDEOBUF) += video-buf.o +obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o + |