Commit 157c819
committed
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>1 parent 8a77adf commit 157c819
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
0 commit comments