From: Jiafu He Date: Fri, 18 Dec 2009 01:22:13 +0000 (-0700) Subject: kbuild: Fix linking error built-in.o no such file or directory X-Git-Tag: v2.6.35-rc2~61^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b024242e8a4e9679fa327ea03958b89f89096c9;p=pandora-kernel.git kbuild: Fix linking error built-in.o no such file or directory This patch fixes the link error "built-in.o: no such file or directory". The problem happens if "dirx/Makefile" contains only "obj-m += diry/ dirz/" and the empty "dirx/built-in.o" is missing. Adding $(subdir-m) into check for builtin-target fixes this error. Signed-off-by: Jiafu He Signed-off-by: Michal Marek --- Reading git-diff-tree failed