commit | 20a18093b7c4e0ca95f8addc489f496739b66152 | [log] [tgz] |
---|---|---|
author | Benjamin Fair <benjaminfair@google.com> | Mon Jun 08 11:12:21 2020 -0700 |
committer | Benjamin Fair <benjaminfair@google.com> | Tue Jun 16 23:15:11 2020 +0000 |
tree | 9f5a22134630f538071200dab8530e21fe346c7e | |
parent | c04c2c5c92424f7a4cd883f08d801629147667d5 [diff] [blame] |
tools/pci: add wrapper for libpciaccess This allows unit testing code that uses libpciaccess. Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Iec559c72e0e7b6c2e8737a54bb3e88fe1e0f4fdb
diff --git a/tools/Makefile.am b/tools/Makefile.am index e0a192e..f63a112 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am
@@ -22,6 +22,7 @@ io.cpp \ net.cpp \ pci.cpp \ + pciaccess.cpp \ p2a.cpp \ progress.cpp libupdater_la_LIBADD = $(top_builddir)/libfirmware_common.la