diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-11-05 03:02:03 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-11-05 03:02:03 -0500 |
commit | 1d823323f2e92287a07a25570aebf0b2d3864703 (patch) | |
tree | e14c41afd0264dabbfd812322b472a8df40c55c2 /arch/sh/kernel/cpu/sh4/Makefile | |
parent | 830fafecc211bef5bc6e253ab7e39c9e7560f758 (diff) |
sh: perf events: Add support for SH7750-style counters.
This adds perf events support for the SH7750/SH7750S/SH7091 performance
counters.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4/Makefile')
-rw-r--r-- | arch/sh/kernel/cpu/sh4/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4/Makefile b/arch/sh/kernel/cpu/sh4/Makefile index 203b18347b8..c39c1235db9 100644 --- a/arch/sh/kernel/cpu/sh4/Makefile +++ b/arch/sh/kernel/cpu/sh4/Makefile | |||
@@ -9,6 +9,11 @@ obj-$(CONFIG_HIBERNATION) += $(addprefix ../sh3/, swsusp.o) | |||
9 | obj-$(CONFIG_SH_FPU) += fpu.o softfloat.o | 9 | obj-$(CONFIG_SH_FPU) += fpu.o softfloat.o |
10 | obj-$(CONFIG_SH_STORE_QUEUES) += sq.o | 10 | obj-$(CONFIG_SH_STORE_QUEUES) += sq.o |
11 | 11 | ||
12 | # Perf events | ||
13 | obj-$(CONFIG_CPU_SUBTYPE_SH7750) += perf_event.o | ||
14 | obj-$(CONFIG_CPU_SUBTYPE_SH7750S) += perf_event.o | ||
15 | obj-$(CONFIG_CPU_SUBTYPE_SH7091) += perf_event.o | ||
16 | |||
12 | # CPU subtype setup | 17 | # CPU subtype setup |
13 | obj-$(CONFIG_CPU_SUBTYPE_SH7750) += setup-sh7750.o | 18 | obj-$(CONFIG_CPU_SUBTYPE_SH7750) += setup-sh7750.o |
14 | obj-$(CONFIG_CPU_SUBTYPE_SH7750R) += setup-sh7750.o | 19 | obj-$(CONFIG_CPU_SUBTYPE_SH7750R) += setup-sh7750.o |