Voltha 1.0.0 Release
Minor compile cleanup
  - Add .gitignore
  - Changed ASFVOLT_LOG macro to recognize printf paramter warnings
  - Removed -Wno-sign-compare from make.  Fix warning in the source.

Change-Id: I5d98b327d906e980509ce071b5060c95635746a1
4 files changed
tree: 1fff4d8180ff7c191465eb06eb825759a789e023
  1. .gitignore
  2. .gitmodules
  3. .gitreview
  4. INSTALL.md
  5. Makefile.am
  6. README.md
  7. configure.ac
  8. device_simulator/
  9. src/
  10. third_party/
README.md

Build

autoreconf --install
git submodule update --init --recursive
./configure
make
sudo make install