Makefile 324 B

12345678910111213
  1. #
  2. # Makefile for the MN10300-specific profiling code
  3. #
  4. obj-$(CONFIG_OPROFILE) += oprofile.o
  5. DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
  6. oprof.o cpu_buffer.o buffer_sync.o \
  7. event_buffer.o oprofile_files.o \
  8. oprofilefs.o oprofile_stats.o \
  9. timer_int.o )
  10. oprofile-y := $(DRIVER_OBJS) op_model_null.o