aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/oprofile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/oprofile/Makefile')
-rw-r--r--arch/ppc/oprofile/Makefile15
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 @@
1obj-$(CONFIG_OPROFILE) += oprofile.o include arch/powerpc/oprofile/Makefile
2
3DRIVER_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
9oprofile-y := $(DRIVER_OBJS) common.o
10
11ifeq ($(CONFIG_FSL_BOOKE),y)
12 oprofile-y += op_model_fsl_booke.o
13endif
14