Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | EXTRA_CFLAGS := -Werror |
| 2 | |
| 3 | obj-$(CONFIG_OPROFILE) += oprofile.o |
| 4 | |
| 5 | DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \ |
| 6 | oprof.o cpu_buffer.o buffer_sync.o \ |
| 7 | event_buffer.o oprofile_files.o \ |
| 8 | oprofilefs.o oprofile_stats.o \ |
| 9 | timer_int.o ) |
| 10 | |
| 11 | oprofile-y := $(DRIVER_OBJS) common.o |
| 12 | |
| 13 | oprofile-$(CONFIG_CPU_MIPS32) += op_model_mipsxx.o |
| 14 | oprofile-$(CONFIG_CPU_MIPS64) += op_model_mipsxx.o |
Ralf Baechle | 714cfe7 | 2006-10-23 00:44:02 +0100 | [diff] [blame] | 15 | oprofile-$(CONFIG_CPU_R10000) += op_model_mipsxx.o |
Mark Mason | c03bc12 | 2006-01-17 12:06:32 -0800 | [diff] [blame] | 16 | oprofile-$(CONFIG_CPU_SB1) += op_model_mipsxx.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | oprofile-$(CONFIG_CPU_RM9000) += op_model_rm9000.o |