1
0
Fork 0
alistair23-linux/tools/build
Jiri Olsa 0bdede8a3e 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 <acme@kernel.org>
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/20150826130103.GF22670@krava.redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2015-08-26 10:34:58 -03:00
..
Documentation tools build: Allow duplicate objects in the object list 2015-08-26 10:34:58 -03:00
feature perf tools: Support static linking with libdw 2015-08-13 14:49:11 -03:00
tests tools build: Allow duplicate objects in the object list 2015-08-26 10:34:58 -03:00
Build.include tools build: Add new build support 2015-02-11 18:30:03 -03:00
Makefile.build tools build: Allow duplicate objects in the object list 2015-08-26 10:34:58 -03:00
Makefile.feature tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak binding 2015-05-18 12:36:46 -03:00