tools: add internal sys interface to ipmi
Add internal sys interface to ipmi handler, s.t. the ipmi handler can do
things such as open files, or call ioctls.
Change-Id: I946cfcaed4d75f890f30d579f360688b0d4eb3cc
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 0bb6c2c..61d2907 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -13,4 +13,5 @@
lpc.cpp \
blob_handler.cpp \
ipmi_handler.cpp \
- crc.cpp
+ crc.cpp \
+ ../internal/sys.cpp