PageRenderTime 274ms CodeModel.GetById 41ms RepoModel.GetById 1ms app.codeStats 0ms

/arch/powerpc/oprofile/Makefile

https://bitbucket.org/cresqo/cm7-p500-kernel
Makefile | 21 lines | 17 code | 4 blank | 0 comment | 0 complexity | d9efbedb9723d6ee0426e9a9f33d76bb MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
  1. subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
  2. ifeq ($(CONFIG_PPC64),y)
  3. EXTRA_CFLAGS += -mno-minimal-toc
  4. endif
  5. obj-$(CONFIG_OPROFILE) += oprofile.o
  6. DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \
  7. oprof.o cpu_buffer.o buffer_sync.o \
  8. event_buffer.o oprofile_files.o \
  9. oprofilefs.o oprofile_stats.o \
  10. timer_int.o )
  11. oprofile-y := $(DRIVER_OBJS) common.o backtrace.o
  12. oprofile-$(CONFIG_OPROFILE_CELL) += op_model_cell.o \
  13. cell/spu_profiler.o cell/vma_map.o \
  14. cell/spu_task_sync.o
  15. oprofile-$(CONFIG_PPC64) += op_model_rs64.o op_model_power4.o op_model_pa6t.o
  16. oprofile-$(CONFIG_FSL_EMB_PERFMON) += op_model_fsl_emb.o
  17. oprofile-$(CONFIG_6xx) += op_model_7450.o