summaryrefslogtreecommitdiff
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2010-10-15 08:12:28 +0400
committerIngo Molnar <mingo@elte.hu>2010-10-15 08:12:28 +0400
commit0fdf13606b67f830559abdaad15980c7f4f05ec4 (patch)
treedd69bf50a6d27cd15f1876657584e4e2b526d9d8 /scripts/Makefile
parentd9d572a9c0195486e3baf0d8d6a710196a707335 (diff)
parentcf4db2597ae93b60efc0a7a4ec08690b75d629b1 (diff)
downloadlinux-0fdf13606b67f830559abdaad15980c7f4f05ec4.tar.xz
Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 842dbc2d5aed..2e088109fbd5 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -11,6 +11,7 @@ hostprogs-$(CONFIG_KALLSYMS) += kallsyms
hostprogs-$(CONFIG_LOGO) += pnmtologo
hostprogs-$(CONFIG_VT) += conmakehash
hostprogs-$(CONFIG_IKCONFIG) += bin2c
+hostprogs-$(BUILD_C_RECORDMCOUNT) += recordmcount
always := $(hostprogs-y) $(hostprogs-m)