mk: fix external builds with relative output dir
authorJan Blunck <jblunck@infradead.org>
Wed, 26 Apr 2017 21:01:06 +0000 (23:01 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 30 Apr 2017 20:45:34 +0000 (22:45 +0200)
commit9a1774b80a63922d5ea343cb4782a1226e2b7100
tree748debe341295a7c3b1ed4f74071379c7f2a82c4
parente8fbb6d9cfd976d55e1d67c1c808bf9e5abffa62
mk: fix external builds with relative output dir

In case the output directory (O=) is undefined or a relative directory lets
turn it into an absolute path before passing it on. Otherwise the output
directory is created relative to the subdir, e.g. pktgen/app/build/... and
pktgen/lib/lua/src/build/...

Signed-off-by: Jan Blunck <jblunck@infradead.org>
mk/rte.extsubdir.mk