commit | 30d09a316b49a89a7ea01368911fc92d8260b5e6 | [log] [tgz] |
---|---|---|
author | Benjamin Fair <benjaminfair@google.com> | Fri Oct 11 16:57:47 2019 -0700 |
committer | Benjamin Fair <benjaminfair@google.com> | Thu Nov 21 15:09:48 2019 -0800 |
tree | 129e755e7360b4717949833765060b0ca0052e77 | |
parent | f7ccadb0a1bd074d731244d45cf9e1b45a27e2f6 [diff] [blame] |
tools: add network bridge support Add support to the host tool for sending the image data over a network connection. Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: I88630d79499254d6c80ceaa8c7721c241d394fc8
diff --git a/tools/Makefile.am b/tools/Makefile.am index 14d9618..bb2a317 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am
@@ -20,6 +20,7 @@ bt.cpp \ lpc.cpp \ io.cpp \ + net.cpp \ pci.cpp \ p2a.cpp \ progress.cpp