[PATCH v3 11/14] perf kbuild: remove legacy libdwarf-related build variables

2014-10-23 Thread Alexis Berlemont
* Remove NO_DWARF (replaced by CONFIG_LIBDWARF) * Remove HAVE_DWARF_SUPPORT (replaced by CONFIG_LIBDWARF) * Remove the useless variable PERF_HAVE_DWARF_REGS * fix compilation issues if PERF_REGS is disabled Signed-off-by: Alexis Berlemont --- tools/perf/Kconfig | 59

[PATCH v3 11/14] perf kbuild: remove legacy libdwarf-related build variables

2014-10-23 Thread Alexis Berlemont
* Remove NO_DWARF (replaced by CONFIG_LIBDWARF) * Remove HAVE_DWARF_SUPPORT (replaced by CONFIG_LIBDWARF) * Remove the useless variable PERF_HAVE_DWARF_REGS * fix compilation issues if PERF_REGS is disabled Signed-off-by: Alexis Berlemont alexis.berlem...@gmail.com --- tools/perf/Kconfig