Remove phosphor-hwmon shared library

An archive is more appropriate.

Change-Id: I2fa87d0d83d3c74b4b8f44c2b6c742b1fa9f952c
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 9d19c9b408d3ad0245774b27323a924a09ce3e92
  1. .gitignore
  2. argument.cpp
  3. argument.hpp
  4. bootstrap.sh
  5. configure.ac
  6. directory.cpp
  7. directory.hpp
  8. hwmon.hpp
  9. LICENSE
  10. Makefile.am
  11. readd.cpp
  12. README.md
  13. sensorcache.hpp
  14. sensorset.cpp
  15. sensorset.hpp
  16. sysfs.hpp
README.md

Exposes generic hwmon entries as DBus objects.

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`.