| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | obj-$(CONFIG_OPROFILE) += oprofile.o | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-13 03:46:25 +09:00
										 |  |  | CFLAGS_common.o	+= -DUTS_MACHINE='"$(UTS_MACHINE)"' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
 | 
					
						
							|  |  |  | 		oprof.o cpu_buffer.o buffer_sync.o \
 | 
					
						
							|  |  |  | 		event_buffer.o oprofile_files.o \
 | 
					
						
							|  |  |  | 		oprofilefs.o oprofile_stats.o \
 | 
					
						
							|  |  |  | 		timer_int.o ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-09-10 20:36:23 +01:00
										 |  |  | ifeq ($(CONFIG_HW_PERF_EVENTS),y) | 
					
						
							|  |  |  | DRIVER_OBJS += $(addprefix ../../../drivers/oprofile/, oprofile_perf.o) | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-16 09:33:53 +09:00
										 |  |  | oprofile-y	:= $(DRIVER_OBJS) common.o backtrace.o |