2853ce5ece
This adds the necessary architecture code to run oprofile on AVR32 using the performance counters documented by the AVR32 Architecture Manual. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Acked-by: Philippe Elie <phil.el@wanadoo.fr>
8 lines
261 B
Makefile
8 lines
261 B
Makefile
obj-$(CONFIG_OPROFILE) += oprofile.o
|
|
|
|
oprofile-y := $(addprefix ../../../drivers/oprofile/, \
|
|
oprof.o cpu_buffer.o buffer_sync.o \
|
|
event_buffer.o oprofile_files.o \
|
|
oprofilefs.o oprofile_stats.o \
|
|
timer_int.o)
|
|
oprofile-y += op_model_avr32.o
|