commit | a1e6ae0875b13dafe41281780f8f4cb6010eaea9 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <jarmstrong@linuxfoundation.org> | Wed Apr 10 13:34:37 2024 -0400 |
committer | Joey Armstrong <jarmstrong@linuxfoundation.org> | Wed Apr 10 15:45:33 2024 -0400 |
tree | 05830280e50e47426e040ae3697ae6dbec8dc738 | |
parent | daffa901fde4a4907c9643b56fb1acbf15dd4973 [diff] |
[VOL-5297] - (dep for) Install pre-commit linting tool .gitmodules lf/onf-make ----------- o Add repo:onf-make (library makefiles) as a git submodule of the repo. o Submodule onf-make replaces legacy makefiles/ copy & paste logic with a common set of makefiles used across all voltha repositories. lf/README.md lf/include.mk lf/local/include.mk ------------------- o Early config: install makefile loader(s) include.mk. Change-Id: I4a8a94fc0fba64a7ab2a7192e935ba143e199cef Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.