Loading arch/powerpc/oprofile/Makefile 0 → 100644 +11 −0 Original line number Diff line number Diff line obj-$(CONFIG_OPROFILE) += oprofile.o DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ oprof.o cpu_buffer.o buffer_sync.o \ event_buffer.o oprofile_files.o \ oprofilefs.o oprofile_stats.o \ timer_int.o ) oprofile-y := $(DRIVER_OBJS) common.o oprofile-$(CONFIG_PPC64) += op_model_rs64.o op_model_power4.o oprofile-$(CONFIG_FSL_BOOKE) += op_model_fsl_booke.o arch/ppc/oprofile/Makefile +1 −14 Original line number Diff line number Diff line obj-$(CONFIG_OPROFILE) += oprofile.o DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ oprof.o cpu_buffer.o buffer_sync.o \ event_buffer.o oprofile_files.o \ oprofilefs.o oprofile_stats.o \ timer_int.o ) oprofile-y := $(DRIVER_OBJS) common.o ifeq ($(CONFIG_FSL_BOOKE),y) oprofile-y += op_model_fsl_booke.o endif include arch/powerpc/oprofile/Makefile arch/ppc64/oprofile/Makefile +1 −9 Original line number Diff line number Diff line obj-$(CONFIG_OPROFILE) += oprofile.o DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ oprof.o cpu_buffer.o buffer_sync.o \ event_buffer.o oprofile_files.o \ oprofilefs.o oprofile_stats.o \ timer_int.o ) oprofile-y := $(DRIVER_OBJS) common.o op_model_rs64.o op_model_power4.o include arch/powerpc/oprofile/Makefile Loading
arch/powerpc/oprofile/Makefile 0 → 100644 +11 −0 Original line number Diff line number Diff line obj-$(CONFIG_OPROFILE) += oprofile.o DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ oprof.o cpu_buffer.o buffer_sync.o \ event_buffer.o oprofile_files.o \ oprofilefs.o oprofile_stats.o \ timer_int.o ) oprofile-y := $(DRIVER_OBJS) common.o oprofile-$(CONFIG_PPC64) += op_model_rs64.o op_model_power4.o oprofile-$(CONFIG_FSL_BOOKE) += op_model_fsl_booke.o
arch/ppc/oprofile/Makefile +1 −14 Original line number Diff line number Diff line obj-$(CONFIG_OPROFILE) += oprofile.o DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ oprof.o cpu_buffer.o buffer_sync.o \ event_buffer.o oprofile_files.o \ oprofilefs.o oprofile_stats.o \ timer_int.o ) oprofile-y := $(DRIVER_OBJS) common.o ifeq ($(CONFIG_FSL_BOOKE),y) oprofile-y += op_model_fsl_booke.o endif include arch/powerpc/oprofile/Makefile
arch/ppc64/oprofile/Makefile +1 −9 Original line number Diff line number Diff line obj-$(CONFIG_OPROFILE) += oprofile.o DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ oprof.o cpu_buffer.o buffer_sync.o \ event_buffer.o oprofile_files.o \ oprofilefs.o oprofile_stats.o \ timer_int.o ) oprofile-y := $(DRIVER_OBJS) common.o op_model_rs64.o op_model_power4.o include arch/powerpc/oprofile/Makefile