Skip to content

Commit

Permalink
kbuild: docbook: fix the include error when executing "make help"
Browse files Browse the repository at this point in the history
The commit ec3fadd (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 <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
haokexin authored and michal42 committed Apr 1, 2014
1 parent 1c9e70a commit b12f737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/DocBook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b12f737

Please sign in to comment.