Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mk): remove deprecated helper-targets and adjust config-slim #340

Merged
merged 1 commit into from
Sep 6, 2023

Commits on Sep 6, 2023

  1. fix(mk): remove deprecated helper-targets and adjust config-slim

    The mk-config-helper-targets for various features were previously
    convenient as examples of disabling features requiring third-party
    subproject-provided libraries.
    
    However, now that the build links with the dependencies available on the
    system. Then, third-party dependencies are simply disabled when not
    available. Thus, those targets are no longer needed.
    
    The exception to this is SPDK. Thus, the 'config-slim' is an example of
    turning off the SPDK subproject. It also shows how to turn off a
    third-party library, even though it is readily available on the system.
    
    Signed-off-by: Simon A. F. Lund <simon.lund@samsung.com>
    safl committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    992ba12 View commit details
    Browse the repository at this point in the history