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

library_manager: add missing "depends on CONFIG_LLEXT" #9222

Closed
wants to merge 1 commit into from

Commits on Jun 11, 2024

  1. library_manager: add missing "depends on CONFIG_LLEXT"

    Block the possibility of compiling library_manager without CONFIG_LLEXT,
    which obviously fails with dozens of linker errors.
    
    PS: I have no idea why library_manager depends on IPC_MAJOR_4.  Kconfig
    is designed to express actual code dependencies, not "supported"
    configurations.
    
    Signed-off-by: Marc Herbert <marc.herbert@intel.com>
    marc-hb committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    98bf153 View commit details
    Browse the repository at this point in the history