Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36245
b: refs/heads/master
c: 555ef19
h: refs/heads/master
i:
  36243: 1bb6b38
v: v3
  • Loading branch information
Paul Mundt committed Sep 27, 2006
1 parent aa0be1b commit 291eb15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a80fd21e52cc09ff1e4d36de5781173a5b87b2dc
refs/heads/master: 555ef1963029d19d2367acd09f6b9a6a0056f217
4 changes: 4 additions & 0 deletions trunk/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 291eb15

Please sign in to comment.