mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
sh: Add SH7750S/SH7091 rules for SH7750 oprofile driver.
Update oprofile build rules for additional subtypes, particularly SH7750S/SH7091. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
a80fd21e52
commit
555ef19630
1 changed files with 4 additions and 0 deletions
|
@ -7,7 +7,11 @@ DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
|
||||||
timer_int.o )
|
timer_int.o )
|
||||||
|
|
||||||
profdrvr-y := op_model_null.o
|
profdrvr-y := op_model_null.o
|
||||||
|
|
||||||
|
# SH7750-style performance counters exist across 7750/7750S and 7091.
|
||||||
|
profdrvr-$(CONFIG_CPU_SUBTYPE_SH7750S) := op_model_sh7750.o
|
||||||
profdrvr-$(CONFIG_CPU_SUBTYPE_SH7750) := op_model_sh7750.o
|
profdrvr-$(CONFIG_CPU_SUBTYPE_SH7750) := op_model_sh7750.o
|
||||||
|
profdrvr-$(CONFIG_CPU_SUBTYPE_SH7091) := op_model_sh7750.o
|
||||||
|
|
||||||
oprofile-y := $(DRIVER_OBJS) $(profdrvr-y)
|
oprofile-y := $(DRIVER_OBJS) $(profdrvr-y)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue