kbuild: docbook: fix the include error when executing "make help"

The commit ec3fadd64b (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>
This commit is contained in:
Kevin Hao 2014-04-01 14:36:10 +08:00 committed by Michal Marek
parent 1c9e70a55b
commit b12f73740b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ DOCBOOKS := z8530book.xml device-drivers.xml \
alsa-driver-api.xml writing-an-alsa-driver.xml \
tracepoint.xml drm.xml media_api.xml
include $(src)/media/Makefile
include Documentation/DocBook/media/Makefile
###
# The build process is as follows (targets):