Add OWNERS file

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I788ea71f5fdc9555ebf9dec550e6c09d1802f608
1 file changed
tree: fac13c77bf3218dcdc3f7a07abb67f7078b5a338
  1. gen/
  2. org/
  3. phosphor-logging/
  4. subprojects/
  5. watchdog/
  6. .clang-format
  7. .gitignore
  8. checkstop_app.cpp
  9. LICENSE
  10. MAINTAINERS
  11. meson.build
  12. meson_options.txt
  13. OWNERS
  14. README.md
  15. watchdog_timeout.cpp
README.md

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.