allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / powerpc / oprofile / Makefile
blob4b5f9528218ccd14c7af13ac48209b7c7e0add2b
1 ifeq ($(CONFIG_PPC64),y)
2 EXTRA_CFLAGS += -mno-minimal-toc
3 endif
5 obj-$(CONFIG_OPROFILE) += oprofile.o
7 DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \
8 oprof.o cpu_buffer.o buffer_sync.o \
9 event_buffer.o oprofile_files.o \
10 oprofilefs.o oprofile_stats.o \
11 timer_int.o )
13 oprofile-y := $(DRIVER_OBJS) common.o backtrace.o
14 oprofile-$(CONFIG_PPC_CELL_NATIVE) += op_model_cell.o
15 oprofile-$(CONFIG_PPC64) += op_model_rs64.o op_model_power4.o op_model_pa6t.o
16 oprofile-$(CONFIG_FSL_BOOKE) += op_model_fsl_booke.o
17 oprofile-$(CONFIG_6xx) += op_model_7450.o