diff options
author | Michael Hunold <devnull@localhost> | 2003-03-20 07:52:43 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-03-20 07:52:43 +0000 |
commit | 159a2f4d12b7cad99fcb296598b0c0fe62c08088 (patch) | |
tree | f08a790456be6e41fc6ec5f1d92c368f01044c13 /linux/drivers/media/common/Makefile | |
parent | 8e70f1b3103660c09495d4a1c4d81b8f855edd53 (diff) | |
download | mediapointer-dvb-s2-159a2f4d12b7cad99fcb296598b0c0fe62c08088.tar.gz mediapointer-dvb-s2-159a2f4d12b7cad99fcb296598b0c0fe62c08088.tar.bz2 |
This is the beginning of some modifications to get the new
"dvb-kernel" tree into shape for direct inclusion into the
2.5.x kernel.
Diffstat (limited to 'linux/drivers/media/common/Makefile')
-rw-r--r-- | linux/drivers/media/common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/common/Makefile b/linux/drivers/media/common/Makefile index 6dababae9..b067b12c6 100644 --- a/linux/drivers/media/common/Makefile +++ b/linux/drivers/media/common/Makefile @@ -1,6 +1,5 @@ saa7146-objs := saa7146_i2c.o saa7146_core.o saa7146_vv-objs := saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o -obj-$(CONFIG_VIDEO_VIDEOBUF) += video-buf.o obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o saa7146_vv.o |