diff options
author | Andreas Ruprecht <rupran@einserver.de> | 2014-08-10 16:30:18 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-21 16:25:33 -0400 |
commit | c8fa50549dc6e717e0941ee7092a973388253c7a (patch) | |
tree | acfe83512401b5a6f0e78030e5eed15cef34220d | |
parent | 6af6e9c84fcc8f86b15be607a9ae8afd1d1686ea (diff) |
[media] drivers: media: pci: Makefile: Remove duplicate subdirectory from obj-y
In the list of subdirectories compiled, b2c2/ appears twice.
This patch removes one of the appearances.
Signed-off-by: Andreas Ruprecht <rupran@einserver.de>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | drivers/media/pci/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/Makefile b/drivers/media/pci/Makefile index e5b53fb569ef..dc2ebbe27306 100644 --- a/drivers/media/pci/Makefile +++ b/drivers/media/pci/Makefile | |||
@@ -10,7 +10,6 @@ obj-y += ttpci/ \ | |||
10 | mantis/ \ | 10 | mantis/ \ |
11 | ngene/ \ | 11 | ngene/ \ |
12 | ddbridge/ \ | 12 | ddbridge/ \ |
13 | b2c2/ \ | ||
14 | saa7146/ | 13 | saa7146/ |
15 | 14 | ||
16 | obj-$(CONFIG_VIDEO_IVTV) += ivtv/ | 15 | obj-$(CONFIG_VIDEO_IVTV) += ivtv/ |