Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information