Modify mako script to generate code for empty interfaces

Allow generating code for empty interfaces in the FRU map.
Empty interfaces are used to determine the type of the
inventory object.

Change-Id: I945998627b88bc68374b631d1b14328cd611cb39
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
2 files changed
tree: f15ef518c6c59dcaf593f43e42504086f24b9c79
  1. scripts/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. fru-area.hpp
  8. frup.cpp
  9. frup.hpp
  10. LICENSE
  11. Makefile.am
  12. readeeprom.cpp
  13. README.md
  14. strgfnhandler.cpp
  15. types.hpp
  16. writefrudata.cpp
  17. 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`.