commit | 70dbc5871c6da23f7f14046ce9d356600992f6a8 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Tue Sep 20 10:16:52 2016 -0500 |
committer | Matthew Barth <msbarth@us.ibm.com> | Tue Oct 04 09:14:33 2016 -0500 |
tree | df69094535e2a238b08bc402c45d92f4157be9a9 | |
parent | e74fc6bb9221663b1875332944b2f383e39d9a12 [diff] |
Convert build process to autotools Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within the README.md file to build the package. Change-Id: I25437239b3f575a5495773be49605fdf598d2054 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
This .so file is designed to support the OpenPOWER's BIOS OEM commands. Documentation can be found by contacting the OpenPOWER mailing list @ https://github.com/open-power/op-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`.