summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2016-01-07 16:19:43 +1100
committerAlistair Popple <alistair@popple.id.au>2016-01-11 18:51:07 +1100
commit4c3473a4785336103cc47de95fddbbba12b12e7a (patch)
tree06c8c19e6c8494e8dc9695bec8bc7c446d930d95 /bootstrap.sh
downloadpdbg-4c3473a4785336103cc47de95fddbbba12b12e7a.tar.gz
pdbg-4c3473a4785336103cc47de95fddbbba12b12e7a.zip
Initial release of pdbg
pdbg is a tool to access P8 host registers and memory from the BMC for kernel and firmware debugging purposes. Signed-off-by: Alistair Popple <alistair@popple.id.au>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 0000000..600a900
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+aclocal
+autoconf
+autoheader
+automake --add-missing
OpenPOWER on IntegriCloud