Documentation/kdbus: fix out-of-tree builds
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 16 Mar 2015 09:17:11 +0000 (10:17 +0100)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:48:37 +0000 (13:48 +0900)
commit12db0e81e5d862a5baf500098a5d67345b5f5188
treef5dcb26da76dd971fc1fa4d1a9cd3ec52cdf0f97
parent4953037d21c3aed1575f1894af8d2962986a7a9e
Documentation/kdbus: fix out-of-tree builds

Don't use $(obj) to access source files, but use $(srctree)/$(src)/
instead. This fixes build issues if you use O= with a directory other than
the source directory.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
Documentation/kdbus/Makefile