tools: start implementing data interface
The host must provide multiple data interfaces. Each data interface is
responsible for configuring its data pathway and sending the contents
via this pathway, as well as any flow control.
Change-Id: If856519536d01043e69c45044fcd0ad525592486
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 88c72e2..1d7d814 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -8,4 +8,6 @@
libupdater_la_LDFLAGS = -static
libupdater_la_CXXFLAGS =
libupdater_la_SOURCES = \
- updater.cpp
+ updater.cpp \
+ bt.cpp \
+ lpc.cpp