summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert build process to autotoolsMatthew Barth2016-10-191-82/+0
| | | | | | | | | 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: Iaef09f17006ee51ac45f84c6c59826dcc567e279 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
* Ensure all tools are building with -Wall and -WerrorMatthew Barth2016-08-301-2/+2
| | | | | | | | | Added -Werror to CFLAGS & CXXFLAGS. Also corrected resulting compiler errors, including commenting out possible future-use variables. Change-Id: If70c7fdbf1d02f29e3d2cab5fa12b51bf5302cd5 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
* Use mapper binding for busname queriesBrad Bishop2016-07-271-2/+4
| | | | | | | | | Prefer mapper queries to hardcoded busnames. React to /org/openbmc/managers/system GetObjectById API change. Change-Id: I651b820622c3bff51c05365b811b41e73fde997c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add shared library versioningBrad Bishop2016-06-131-5/+10
| | | | | | Use -soname and install a library symlink. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Makefile whitespace fixesBrad Bishop2016-06-131-5/+5
| | | | | | A couple spaces at the end of line. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Makefile not running install correctlyChris Austen2015-11-241-1/+1
|
* eeprom read CLIvishwa2015-11-241-10/+23
|
* Fix compile and linker problemsChris Austen2015-11-011-1/+1
|
* Clean up makefile.Patrick Williams2015-10-311-19/+51
|
* Merging IPMI FRU writer and parser.Vishwa2015-10-311-9/+20
|
* Checking in the basic IPMI FRU Parser Library.Hariharasubramanian R2015-10-311-0/+19
Parser has just enough intelligence to parse Chassis, Board & Product info areas. No support for multi-record in this version. This parser is a stripped down version of the parser in the FreeIPMI distribution.
OpenPOWER on IntegriCloud