README: Add comment re: building via SDK
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ib643b64cbcb362f224f604515c1f0f4bc133989b
diff --git a/README.md b/README.md
index d7bcb3a..fadc4ca 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,12 @@
make install
```
+*NOTE:* When building from the OpenBMC SDK your configuration call will be:
+
+```
+./configure --enable-oe-sdk --host "$(uname -m)" --disable-build-bmc-blob-handler AR=x86_64-openbmc-linux-gcc-ar RANLIB=x86_64-openbmc-linux-gcc-ranlib
+```
+
### Parameters
The host-tool has parameters that let the caller specify every required detail.