rename header: fru-area.hpp to fru_area.hpp

Rename fru-area.hpp header file per the openbmc file naming convention.

Change-Id: I751c8d5650bb5e71238923c4728a9cdedccc7c7f
Signed-off-by: Patrick Venture <venture@google.com>
2 files changed
tree: b80eb816f809dc12dc0c1168c0e1522d15fe892b
  1. scripts/
  2. .clang-format
  3. .gitignore
  4. argument.cpp
  5. argument.hpp
  6. bootstrap.sh
  7. configure.ac
  8. fru_area.hpp
  9. frup.cpp
  10. frup.hpp
  11. LICENSE
  12. MAINTAINERS
  13. Makefile.am
  14. readeeprom.cpp
  15. README.md
  16. strgfnhandler.cpp
  17. types.hpp
  18. writefrudata.cpp
  19. writefrudata.hpp
README.md

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