diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-14 23:36:00 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-14 06:52:49 +0400 |
commit | ed0c8b5465d6cec5458d9a3041a5167d83f40fdb (patch) | |
tree | dd9e9af17c4172355422f1112dad3a5143509262 /drivers/media/common/Makefile | |
parent | ccae7af2bf07dfef69cc2eb6ebc9e1ff15addfbd (diff) | |
download | linux-ed0c8b5465d6cec5458d9a3041a5167d83f40fdb.tar.xz |
[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/Makefile')
-rw-r--r-- | drivers/media/common/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/media/common/Makefile b/drivers/media/common/Makefile index a471242c46a7..f3afd83843e0 100644 --- a/drivers/media/common/Makefile +++ b/drivers/media/common/Makefile @@ -1,6 +1 @@ -saa7146-objs := saa7146_i2c.o saa7146_core.o -saa7146_vv-objs := saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o - -obj-y += b2c2/ -obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o -obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o +obj-y += b2c2/ saa7146/ |