diff options
author | Michael Hunold <devnull@localhost> | 2002-12-17 14:56:17 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2002-12-17 14:56:17 +0000 |
commit | 1f0cdfa2a5aba72c3c69340a21ff9e8e9afd3fe1 (patch) | |
tree | ae992b2fd4a53a84fb8a829f39fbea15174e7742 /linux/drivers/media/common/Makefile | |
parent | bb7af53caa24320a10340061af6b9c3f7f4ceb26 (diff) | |
download | mediapointer-dvb-s2-1f0cdfa2a5aba72c3c69340a21ff9e8e9afd3fe1.tar.gz mediapointer-dvb-s2-1f0cdfa2a5aba72c3c69340a21ff9e8e9afd3fe1.tar.bz2 |
Add the new saa7146 driver core to media/common.
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 + |