Add OWNERS file

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: Idbbd2a01031344e1e2223624a1fb32b814f7ebd0
1 file changed
tree: 6582fd3a094de878301bb0fb5a0e54d75b85e0fb
  1. .build.sh
  2. .shellcheck
  3. .travis.yml
  4. bootstrap.sh
  5. btbridged.c
  6. btbridged.service
  7. configure.ac
  8. LICENSE
  9. MAINTAINERS
  10. Makefile.am
  11. org.openbmc.HostIpmi.conf
  12. OWNERS
  13. 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`.