Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):