summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2014-09-30 08:22:11 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-10-23 04:51:02 -0500
commita9010ccc1130b81e45d1151bb5de9453d31c08a5 (patch)
treeecc60da4bd3623cc97851dfa75e98293f9c77bdd /src/build/tools
parenta6b67089037c83373f548749a463dfd769938b77 (diff)
downloadtalos-hostboot-a9010ccc1130b81e45d1151bb5de9453d31c08a5.tar.gz
talos-hostboot-a9010ccc1130b81e45d1151bb5de9453d31c08a5.zip
IPMI Block Transfer implementation
Change-Id: I8f6a590b29d9171389d10abc5b6e68f91ac94d16 RTC: 114907 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13721 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/listdeps.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/build/tools/listdeps.pl b/src/build/tools/listdeps.pl
index 4c45186ee..2b59a3a29 100755
--- a/src/build/tools/listdeps.pl
+++ b/src/build/tools/listdeps.pl
@@ -212,6 +212,7 @@ my %resident_modules = (
"liblpc.so" => '1',
"libconsole.so" => '1',
"liberrldisplay.so" => '1',
+ "libipmi.so" => '1',
);
# has with library to istep list file were the DepMod array is kept
@@ -406,5 +407,3 @@ sub usage
exit 0;
}
-
-
OpenPOWER on IntegriCloud