Add MAINTAINERS file

Change-Id: I8a09f4c0bdfc49e124038dbe0a5bb6fe5a123cc8
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
1 file changed
tree: 7402c2454a6a15211935da7abcb5a0b6d49dccb7
  1. .build.sh
  2. .travis.yml
  3. bootstrap.sh
  4. btbridged.c
  5. btbridged.service
  6. configure.ac
  7. LICENSE
  8. MAINTAINERS
  9. Makefile.am
  10. org.openbmc.HostIpmi.conf
  11. README.md
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`.