build: add rule to generate fru-gen.hpp

fru-gen.hpp needs as input a YAML file. Enable this to be provided
via autotools configuration.

Change-Id: I586c14651840b6a9697a93261f79c2a48f14071f
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
2 files changed
tree: 64a2cae97b9d00a4e4d8d23f48f4bfaf0e4dd8a0
  1. scripts/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. fru-area.hpp
  8. frup.c
  9. frup.h
  10. LICENSE
  11. Makefile.am
  12. readeeprom.cpp
  13. README.md
  14. strgfnhandler.cpp
  15. writefrudata.cpp
  16. 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`.