Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: unify RTC_AEC module build process across all platforms
This patch removes the CONFIG_LIBRARY_BUILD_LIB option from the MTPM and PTL platform configurations to ensure consistent build behavior across all platforms. The RTC_AEC module was built as an LLEXT module on all platforms, but the library was only present in the LNL platform during CI builds due to the enabled CONFIG_LIBRARY_BUILD_LIB option in MTPM and PTL, which caused discrepancies in the build process. Changes include: - Removing CONFIG_LIBRARY_BUILD_LIB from the intel_adsp_ace15_mtpm.conf configuration file. - Removing CONFIG_LIBRARY_BUILD_LIB from the intel_adsp_ace30_ptl.conf configuration file. This change ensures that the RTC_AEC module library is consistently present across all platforms during CI builds, resolving the issue where the library was only present in the LNL platform. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
- Loading branch information