diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-20 10:46:00 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-20 10:46:00 +0200 |
commit | 5f63adbb4cb9f952a8daee97f89c8811da5fd68a (patch) | |
tree | aa92ee17ca2ea53c0208ff8271b2db936b1c4c43 /drivers/media/tuners | |
parent | [media] exynos4-is: Fix FIMC-IS clocks initialization (diff) | |
download | linux-5f63adbb4cb9f952a8daee97f89c8811da5fd68a.tar.xz linux-5f63adbb4cb9f952a8daee97f89c8811da5fd68a.zip |
[media] s5p makefiles: don't override other selections on obj-[ym]
The $obj-m/$obj-y vars should be adding new modules to build, not
overriding it. So, it should never use
$obj-y := foo.o
instead, it should use:
$obj-y += foo.o
Failing to do that is very bad, as it will suppress needed modules.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/tuners')
0 files changed, 0 insertions, 0 deletions