tree: d6f11b3f20be8e5e3047161d36a29687e8c994f9 [path history] [tgz]
  1. .build.sh
  2. .shellcheck
  3. .travis.yml
  4. bootstrap.sh
  5. btbridged.c
  6. btbridged.service
  7. configure.ac
  8. LICENSE
  9. Makefile.am
  10. org.openbmc.HostIpmi.conf
  11. OWNERS
  12. 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`.