commit | 30bfd39e43fae431b6923a8b9ca270665b667315 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <jarmstrong@linuxfoundation.org> | Wed Apr 10 16:10:06 2024 -0400 |
committer | Eric Ball <eball@linuxfoundation.org> | Thu Oct 03 16:47:27 2024 -0700 |
tree | 5b96decd994c3480aa5eb066bed1c210817e8aa6 | |
parent | 2ff3a76122b937bc256a7ee6fc2a7ba81f709c5d [diff] |
[VOL-5308] - bbsim test failure Makefile -------- o Temporary flag USE_LF_MK=1 added to enable library repo:onf-make use. o Default behavior will use legacy makefiles from repo:bbsim/makefiles/. o Fixed typo on line 76 lf/include.mk makefiles/ ------------- o Transition bridge for using repo:onf-make. o Define variable legacy-mk= as bbsim/makefiles/ o Replace path variable $(MAKEDIR=) with $(legacy-mk). o Replace variable $(ONF_MAKEDIR=) with $(legacy-mk). o These edits help break dependency on non-library makefiles/ directory. allowing repo:onf-make to be used as a transparent replacement. Change-Id: Ida8c020384cf78ddf19fa6375702429d992d10a1 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.