From: Mauro Carvalho Chehab Date: Thu, 20 Jun 2013 08:46:00 +0000 (-0300) Subject: [media] s5p makefiles: don't override other selections on obj-[ym] X-Git-Tag: v3.10-rc7~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f63adbb4cb9f952a8daee97f89c8811da5fd68a;p=pandora-kernel.git [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 --- Reading git-diff-tree failed