diff options
Diffstat (limited to 'arch/ppc/oprofile/Makefile')
-rw-r--r-- | arch/ppc/oprofile/Makefile | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/arch/ppc/oprofile/Makefile b/arch/ppc/oprofile/Makefile index e2218d32a4eb..4bf75b776c5b 100644 --- a/arch/ppc/oprofile/Makefile +++ b/arch/ppc/oprofile/Makefile | |||
@@ -1,14 +1 @@ | |||
1 | obj-$(CONFIG_OPROFILE) += oprofile.o | include arch/powerpc/oprofile/Makefile | |
2 | |||
3 | DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ | ||
4 | oprof.o cpu_buffer.o buffer_sync.o \ | ||
5 | event_buffer.o oprofile_files.o \ | ||
6 | oprofilefs.o oprofile_stats.o \ | ||
7 | timer_int.o ) | ||
8 | |||
9 | oprofile-y := $(DRIVER_OBJS) common.o | ||
10 | |||
11 | ifeq ($(CONFIG_FSL_BOOKE),y) | ||
12 | oprofile-y += op_model_fsl_booke.o | ||
13 | endif | ||
14 | |||