From 697c2f5339b9419fadfdc4d2bd09a985ef7a4e9f Mon Sep 17 00:00:00 2001 From: Prachi Gupta Date: Mon, 26 Oct 2015 16:19:31 -0500 Subject: P9 Isteps: Created directory structure for istep 21 wrappers Change-Id: Ie9760711a21d3965579e7f6f4854839b8e474e54 RTC:137652 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21503 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/build/tools/listdeps.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/build/tools') diff --git a/src/build/tools/listdeps.pl b/src/build/tools/listdeps.pl index e8a167edc..efc7049b5 100755 --- a/src/build/tools/listdeps.pl +++ b/src/build/tools/listdeps.pl @@ -177,6 +177,7 @@ else "libistep14.so", "libistep15.so", "libistep16.so", + "libistep21.so", ); } @@ -231,7 +232,7 @@ my %istepFiles = ( "libistep14.so" => "istep14list.H" , "libistep15.so" => "istep15list.H" , "libistep16.so" => "istep16list.H" , - "libstart_payload.so" => "istep21list.H" , + "libistep21.so" => "istep21list.H" , ); # array to hold list of dependent libraries -- cgit v1.2.1