Add MAINTAINERS file

Change-Id: I17831666541617209514efaa8b1fa512aa9831ca
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
1 file changed
tree: ba44761c3d69ca37c77175d8cd6b71f15fe0cd62
  1. fail-monitor/
  2. libmapper/
  3. obmc/
  4. .clang-format
  5. .gitignore
  6. bootstrap.sh
  7. configure.ac
  8. LICENSE
  9. MAINTAINERS
  10. Makefile.am
  11. phosphor-mapper
  12. README.md
  13. setup.cfg
  14. setup.py.in
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.