Michael Ellerman | ba55bd7 | 2009-06-09 20:48:51 +0000 | [diff] [blame] | 1 | subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror |
| 2 | |
Anton Blanchard | 8555a00 | 2006-06-10 20:23:54 +1000 | [diff] [blame] | 3 | ifeq ($(CONFIG_PPC64),y) |
| 4 | EXTRA_CFLAGS += -mno-minimal-toc |
| 5 | endif |
| 6 | |
Stephen Rothwell | d9e5b83 | 2005-09-19 23:15:51 +1000 | [diff] [blame] | 7 | obj-$(CONFIG_OPROFILE) += oprofile.o |
| 8 | |
| 9 | DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ |
| 10 | oprof.o cpu_buffer.o buffer_sync.o \ |
| 11 | event_buffer.o oprofile_files.o \ |
| 12 | oprofilefs.o oprofile_stats.o \ |
| 13 | timer_int.o ) |
| 14 | |
Brian Rogan | 6c6bd75 | 2006-03-27 11:57:01 +1100 | [diff] [blame] | 15 | oprofile-y := $(DRIVER_OBJS) common.o backtrace.o |
Bob Nelson | 1474855 | 2007-07-20 21:39:53 +0200 | [diff] [blame] | 16 | oprofile-$(CONFIG_OPROFILE_CELL) += op_model_cell.o \ |
| 17 | cell/spu_profiler.o cell/vma_map.o \ |
| 18 | cell/spu_task_sync.o |
Olof Johansson | 25fc530 | 2007-04-18 16:38:21 +1000 | [diff] [blame] | 19 | oprofile-$(CONFIG_PPC64) += op_model_rs64.o op_model_power4.o op_model_pa6t.o |
Andy Fleming | 39aef68 | 2008-02-04 18:27:55 -0600 | [diff] [blame] | 20 | oprofile-$(CONFIG_FSL_EMB_PERFMON) += op_model_fsl_emb.o |
Andy Fleming | dd6c89f | 2006-10-27 15:06:32 -0500 | [diff] [blame] | 21 | oprofile-$(CONFIG_6xx) += op_model_7450.o |