commit | 7c2a00e02f1f0169b3e80ef1715002cefc6fa0d0 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Jul 01 17:33:03 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Jul 03 11:29:48 2019 -0700 |
tree | 5671508e11db1677fb5e0ea5e6ce9f575c4c0325 | |
parent | fa06a5f0056e91bfada390c4007fbd3472d75a56 [diff] [blame] |
build: add option --enable-host-bios Add option to enable building in support for the host bios. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I324fc071f07cd364fd39c7df1ccfd9f0fd509a46
diff --git a/util.hpp b/util.hpp index b791995..8a386e1 100644 --- a/util.hpp +++ b/util.hpp
@@ -5,6 +5,7 @@ namespace ipmi_flash { +extern const std::string biosBlobId; extern const std::string updateBlobId; extern const std::string verifyBlobId; extern const std::string hashBlobId;