/arch/ppc/oprofile/Makefile

https://bitbucket.org/evzijst/gittest · Makefile · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · 6297404b999093732e1da93708aee413 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) common.o
  8. ifeq ($(CONFIG_FSL_BOOKE),y)
  9. oprofile-y += op_model_fsl_booke.o
  10. endif