commit | 89154df2b7be5b0e6eed16cbb49521dfbdefb6f0 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Thu May 28 13:17:11 2015 -0700 |
committer | Andi Kleen <ak@linux.intel.com> | Thu May 28 13:17:11 2015 -0700 |
tree | 9fd894c9f0339f6651f23a11b8d4774461df74c0 | |
parent | c08bd598dca525196c458911fbca9085557fa103 [diff] |
perf, tools: Fix jevents dependencies The "find" based dependencies for the JSON files didn't work me. I didn't get a rebuild when the JSON files changed. Change it to use wildcard. Also add a dependency for the jevents binary itself and for the mapfile. Signed-off-by: Andi Kleen <ak@linux.intel.com>