diff options
| author | Ingo Molnar <mingo@elte.hu> | 2010-10-15 08:12:28 +0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2010-10-15 08:12:28 +0400 |
| commit | 0fdf13606b67f830559abdaad15980c7f4f05ec4 (patch) | |
| tree | dd69bf50a6d27cd15f1876657584e4e2b526d9d8 /scripts/Makefile | |
| parent | d9d572a9c0195486e3baf0d8d6a710196a707335 (diff) | |
| parent | cf4db2597ae93b60efc0a7a4ec08690b75d629b1 (diff) | |
| download | linux-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/Makefile | 1 |
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) |
