Skip to content

Commit

Permalink
sh: Add SH7750S/SH7091 rules for SH7750 oprofile driver.
Browse files Browse the repository at this point in the history
Update oprofile build rules for additional subtypes,
particularly SH7750S/SH7091.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 27, 2006
1 parent a80fd21 commit 555ef19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/sh/oprofile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
timer_int.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_SH7091) := op_model_sh7750.o

oprofile-y := $(DRIVER_OBJS) $(profdrvr-y)

0 comments on commit 555ef19

Please sign in to comment.