commit | 5f63adbb4cb9f952a8daee97f89c8811da5fd68a | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Jun 20 05:46:00 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Jun 20 05:46:00 2013 -0300 |
tree | aa92ee17ca2ea53c0208ff8271b2db936b1c4c43 | |
parent | 722a860ecb29aa34ec6f7d7f32b949209e86a2f3 [diff] |
[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>