examples/performance-thread: use a single build dir
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 21 Apr 2017 13:50:24 +0000 (14:50 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 21 Apr 2017 14:20:33 +0000 (16:20 +0200)
commit9aba2a3f3d8b2376589b636fe5ef5e8a86ecb0ee
treea5bb5e287485969babce2f8050c9b4d149ed12d2
parent4cde45f36fb4e46139400a7a00c923656c99a3d8
examples/performance-thread: use a single build dir

When building any of the perf-thread examples, the output .o files were
placed in two separate directories for each app: the regular build dir and
a "common" build directory. This was due to the way the files to be built
were specified, using a relative path. Switching to use VPATH to find the
files causes Make to put all .o's into the one build directory.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
examples/performance-thread/common/common.mk