X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Foprofile%2FMakefile;h=e2218d32a4eba3914bf357e5c138a139ab0e54ce;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=06e7c81ead2e5cb39bd39573562dd35fe1886675;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/ppc/oprofile/Makefile b/arch/ppc/oprofile/Makefile index 06e7c81ea..e2218d32a 100644 --- a/arch/ppc/oprofile/Makefile +++ b/arch/ppc/oprofile/Makefile @@ -6,4 +6,9 @@ DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ oprofilefs.o oprofile_stats.o \ timer_int.o ) -oprofile-y := $(DRIVER_OBJS) init.o +oprofile-y := $(DRIVER_OBJS) common.o + +ifeq ($(CONFIG_FSL_BOOKE),y) + oprofile-y += op_model_fsl_booke.o +endif +