From: Kevin Hao Date: Tue, 1 Apr 2014 06:36:10 +0000 (+0800) Subject: kbuild: docbook: fix the include error when executing "make help" X-Git-Tag: v3.15-rc1~54^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12f73740b8764952a112a677991300545e98c06;p=pandora-kernel.git kbuild: docbook: fix the include error when executing "make help" The commit ec3fadd64b99 (kbuild: docbook: use $(obj) and $(src) rather than specific path) replaces the specific path with $(src). But when executing "make help", the $(src) is null and then causes an include error. Fix it by restoring the specific path. Signed-off-by: Kevin Hao Signed-off-by: Michal Marek --- Reading git-diff-tree failed