diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-14 21:36:00 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-14 04:52:49 +0200 |
commit | ed0c8b5465d6cec5458d9a3041a5167d83f40fdb (patch) | |
tree | dd9e9af17c4172355422f1112dad3a5143509262 /drivers/media/common/saa7146/Makefile | |
parent | [media] common: move media/common/tuners to media/tuners (diff) | |
download | linux-ed0c8b5465d6cec5458d9a3041a5167d83f40fdb.tar.xz linux-ed0c8b5465d6cec5458d9a3041a5167d83f40fdb.zip |
[media] saa7146: Move it to its own directory
In order to better organize the directory tree, move the
saa7146 common driver to its own directory.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/saa7146/Makefile')
-rw-r--r-- | drivers/media/common/saa7146/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/common/saa7146/Makefile b/drivers/media/common/saa7146/Makefile new file mode 100644 index 000000000000..3219b00a8771 --- /dev/null +++ b/drivers/media/common/saa7146/Makefile @@ -0,0 +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_SAA7146) += saa7146.o +obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o |