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)
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>

No differences found