/arch/x86/oprofile/Makefile

https://bitbucket.org/thekraven/iscream_thunderc-2.6.35 · Makefile · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 92b3d970ce65a0bd9dd7e4019ca59b70 MD5 · raw file

  1. obj-$(CONFIG_OPROFILE) += oprofile.o
  2. DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
  3. oprof.o cpu_buffer.o buffer_sync.o \
  4. event_buffer.o oprofile_files.o \
  5. oprofilefs.o oprofile_stats.o \
  6. timer_int.o )
  7. oprofile-y := $(DRIVER_OBJS) init.o backtrace.o
  8. oprofile-$(CONFIG_X86_LOCAL_APIC) += nmi_int.o op_model_amd.o \
  9. op_model_ppro.o op_model_p4.o
  10. oprofile-$(CONFIG_X86_IO_APIC) += nmi_timer_int.o