mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Because it uses that function, which would lead every tool using it
to need to link against tools/lib/str_error_r.o.
This fixes building tools/vm/, that links with libapi.
Reported-by: Arjan van de Ven <arjan@linux.intel.com>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Fixes: b31e3e3316 ("tools lib api fs: Use str_error_r()")
Link: http://lkml.kernel.org/n/tip-aedt3qzibhnhaov2j4caqi61@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			195 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			195 B
		
	
	
	
		
			Text
		
	
	
	
	
	
libapi-y += fd/
 | 
						|
libapi-y += fs/
 | 
						|
libapi-y += cpu.o
 | 
						|
libapi-y += debug.o
 | 
						|
libapi-y += str_error_r.o
 | 
						|
 | 
						|
$(OUTPUT)str_error_r.o: ../str_error_r.c FORCE
 | 
						|
	$(call rule_mkdir)
 | 
						|
	$(call if_changed_dep,cc_o_c)
 |