RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / sh64 / oprofile / Makefile
blob11a451f6a9c3fcbce1ca6646083111fefc8f0c82
1 obj-$(CONFIG_OPROFILE) += oprofile.o
3 DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
4 oprof.o cpu_buffer.o buffer_sync.o \
5 event_buffer.o oprofile_files.o \
6 oprofilefs.o oprofile_stats.o \
7 timer_int.o )
9 profdrvr-y := op_model_null.o
11 oprofile-y := $(DRIVER_OBJS) $(profdrvr-y)