tools: start burn_my_bmc tool
Start implementation of burn_my_bmc host tool, the purpose of which is
to upload the firmware image and trigger the verification process.
The utility will accept four parameters:
1) command - the command to run, initially only "update"
2) interface - the data interface to use, e.g. lpc or pci
3) image - the path to the image file
4) sig - the path to the image's signature file
Change-Id: Ifbab7df947f37dd3a6fddddcf523c0fa724c9551
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am
index d2dc190..75c84cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,4 +21,4 @@
$(PHOSPHOR_LOGGING_CFLAGS) \
-flto
-SUBDIRS = . test
+SUBDIRS = . test tools