diff options
author | Matt Spinler <spinler@us.ibm.com> | 2017-03-10 14:04:27 -0600 |
---|---|---|
committer | Matt Spinler <spinler@us.ibm.com> | 2017-03-14 15:37:27 -0500 |
commit | 29ddffdc90170059713855d5428c38d4feea9196 (patch) | |
tree | 5878df62038eeef81ccb17635d5428dde0964f97 | |
parent | c3bffed7e47080667008e8272c64a2612e9bd73c (diff) | |
download | openpower-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.md | 12 |
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`. +``` |