package/perf: fix build failures with high 'make -j' values
authorSteven Noonan <steven@uplinklabs.net>
Thu, 19 Mar 2015 07:19:25 +0000 (00:19 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 19 Mar 2015 12:36:31 +0000 (13:36 +0100)
commit08e786536ba2b81d13e5b8319767c9b34f817f9a
treedd4099e065d19d5f43549000a83bb0f62aa59b3e
parent4237a1f786def8b03ffd054aa0f151bf73a6b4cb
package/perf: fix build failures with high 'make -j' values

The 'perf' Makefile is flaky on some kernel versions. It will still parallelize
the build even with 'make -j1' because it explicitly invokes a sub-make with
the correct flags. But the top-level make is not smart enough to handle large
'-j' values.

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/perf/perf.mk