]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: docbook: fix the include error when executing "make help"
authorKevin Hao <haokexin@gmail.com>
Tue, 1 Apr 2014 06:36:10 +0000 (14:36 +0800)
committerMichal Marek <mmarek@suse.cz>
Tue, 1 Apr 2014 08:49:21 +0000 (10:49 +0200)
commit75434610575a852436bbfbaac0e45797c6766b75
tree170b01a0c14928489921fbf494ca3f4ade7646ac
parent8c619f417b78105cd8417da08117f2288bbafb46
kbuild: docbook: fix the include error when executing "make help"

The commit 656550c87556 (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 <haokexin@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Documentation/DocBook/Makefile