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, 29 Jun 2015 10:50:38 +0000 (19:50 +0900)
commit34c1ebc78bddfb9352c0746b48bf45138399bf51
tree15c790893766ff690c0c14d57cdaf542967d9fdb
parent1899859026da1c30fbcf89fe1e6dee8062ef1bae
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