 2d58ab9bdb
			
		
	
	
	2d58ab9bdb
	
	
	
		
			
			Move the libtraceevent library building under tools build framework. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Tested-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> Tested-by: Will Deacon <will.deacon@arm.com> Cc: Alexis Berlemont <alexis.berlemont@gmail.com> Cc: Borislav Petkov <bp@alien8.de> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Steven Rostedt <rostedt@goodmis.org> Link: http://lkml.kernel.org/n/tip-opvx59tcawlmm916lg4aff4h@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			612 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			612 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| libtraceevent-y += event-parse.o
 | |
| libtraceevent-y += event-plugin.o
 | |
| libtraceevent-y += trace-seq.o
 | |
| libtraceevent-y += parse-filter.o
 | |
| libtraceevent-y += parse-utils.o
 | |
| libtraceevent-y += kbuffer-parse.o
 | |
| 
 | |
| plugin_jbd2-y         += plugin_jbd2.o
 | |
| plugin_hrtimer-y      += plugin_hrtimer.o
 | |
| plugin_kmem-y         += plugin_kmem.o
 | |
| plugin_kvm-y          += plugin_kvm.o
 | |
| plugin_mac80211-y     += plugin_mac80211.o
 | |
| plugin_sched_switch-y += plugin_sched_switch.o
 | |
| plugin_function-y     += plugin_function.o
 | |
| plugin_xen-y          += plugin_xen.o
 | |
| plugin_scsi-y         += plugin_scsi.o
 | |
| plugin_cfg80211-y     += plugin_cfg80211.o
 |