diff options
author | Jiri Olsa <[email protected]> | 2015-08-26 15:01:03 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-08-26 10:34:58 -0300 |
commit | 0bdede8a3e4ff7710622a2e6713d04b3243c24a8 (patch) | |
tree | be8095b37491c704d02abd06919eb0e35006481f /tools/perf/scripts/python | |
parent | 18b9a05868391e8f617febb4528bc1765dc921cf (diff) |
tools build: Allow duplicate objects in the object list
It's sometimes useful to specify the object affiliation to multiple
config options like:
libperf-$(CONFIG_X86) += tsc.o
libperf-$(CONFIG_AUXTRACE) += tsc.o
while the object itself is linked only once. Adding the support for this
and ignoring duplicate objects in the object list.
Suggested-by: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: Jiri Olsa <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Sukadev Bhattiprolu <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions