summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
authorNamhyung Kim2012-08-16 10:14:52 +0200
committerArnaldo Carvalho de Melo2012-08-17 17:37:11 +0200
commit4bb1646a80db65bb45c0a1bffb2435c6690c392e (patch)
tree137c08abf4cb8d74d79d76ab299e681ff2ae1780 /tools/perf/Makefile
parentperf ui: Introduce struct ui_helpline (diff)
downloadkernel-qcow2-linux-4bb1646a80db65bb45c0a1bffb2435c6690c392e.tar.gz
kernel-qcow2-linux-4bb1646a80db65bb45c0a1bffb2435c6690c392e.tar.xz
kernel-qcow2-linux-4bb1646a80db65bb45c0a1bffb2435c6690c392e.zip
perf ui gtk: Implement helpline_fns
Add helpline API implementation to GTK front-end. Signed-off-by: Namhyung Kim <namhyung@kernel.org> Acked-by: Pekka Enberg <penberg@kernel.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Pekka Enberg <penberg@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1345104894-14205-3-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r--tools/perf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 483fb69fa4ae..75af93dc52ad 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -600,6 +600,7 @@ else
LIB_OBJS += $(OUTPUT)ui/gtk/browser.o
LIB_OBJS += $(OUTPUT)ui/gtk/setup.o
LIB_OBJS += $(OUTPUT)ui/gtk/util.o
+ LIB_OBJS += $(OUTPUT)ui/gtk/helpline.o
# Make sure that it'd be included only once.
ifneq ($(findstring -DNO_NEWT_SUPPORT,$(BASIC_CFLAGS)),)
LIB_OBJS += $(OUTPUT)ui/setup.o