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>
Mon, 4 Apr 2016 01:12:31 +0000 (10:12 +0900)
commitb366308b4f1ae1e58af8896c341a2f71d5e6bf5c
tree81a196148e9704d09e61752fc7156b3601664e6f
parent2f790de1ddeec9329601b346e455272cca361932
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.

Change-Id: I7704357ae063b93a8902f4abdc6014ff497bd363
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