summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-03-10 14:04:27 -0600
committerMatt Spinler <spinler@us.ibm.com>2017-03-14 15:37:27 -0500
commit29ddffdc90170059713855d5428c38d4feea9196 (patch)
tree5878df62038eeef81ccb17635d5428dde0964f97
parentc3bffed7e47080667008e8272c64a2612e9bd73c (diff)
downloadopenpower-proc-control-29ddffdc90170059713855d5428c38d4feea9196.tar.gz
openpower-proc-control-29ddffdc90170059713855d5428c38d4feea9196.zip
Add README.md
Change-Id: I117a3ee6895cfc195d04a4704476a40d8bc10028 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b2c5f6f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+Contains procedures that interact with the OpenPower nest chipset.
+
+## To Build
+```
+To build this package, do the following steps:
+
+ 1. ./bootstrap.sh
+ 2. ./configure ${CONFIGURE_FLAGS}
+ 3. make
+
+To full clean the repository again run `./bootstrap.sh clean`.
+```
OpenPOWER on IntegriCloud