aboutsummaryrefslogtreecommitdiff
path: root/util/autoport
diff options
context:
space:
mode:
authorChristoph Pomaska <cp_public@gmx.de>2018-01-15 22:58:32 +0100
committerMartin Roth <martinroth@google.com>2018-01-23 05:18:35 +0000
commit36e809ffd61f39da657023e3a7278616ecc4dfb7 (patch)
tree829dee498bc7fb82305e08cffdb14c752f918334 /util/autoport
parent7bcd6ecea625cbe528633617c51e09f376368202 (diff)
autoport: Add missing command to readme
The readme.md file was missing the instruction to also compile superiotool, because autoport errors out without a working version of it. Change-Id: Ic426b7312f68d59e2e0503d61da694adc9d4fb3f Signed-off-by: Christoph Pomaska <cp_public@gmx.de> Reviewed-on: https://review.coreboot.org/23282 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Diffstat (limited to 'util/autoport')
-rw-r--r--util/autoport/readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/autoport/readme.md b/util/autoport/readme.md
index b673b5b017..3b7c2e386d 100644
--- a/util/autoport/readme.md
+++ b/util/autoport/readme.md
@@ -28,6 +28,8 @@ This will allow autoport to detect as much as possible
make
cd ../inteltool
make
+ cd ../superiotool
+ make
cd ../autoport
go build
sudo ./autoport --input_log=logs --make_logs --coreboot_dir=../..