Fix build errors with voltha bal

Change-Id: I703ed3469090a3a2b2d791201a80ca549641a606
1 file changed
tree: 2bf471dcc0751c88705f760e8a15fe9c13e1c228
  1. .gitmodules
  2. .gitreview
  3. INSTALL.md
  4. Makefile.am
  5. README.md
  6. configure.ac
  7. device_simulator/
  8. src/
  9. third_party/
README.md

Build

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