Commit b12f7374 authored by Kevin Hao's avatar Kevin Hao Committed by Michal Marek

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

The commit ec3fadd6 (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: default avatarKevin Hao <haokexin@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 1c9e70a5
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment