Commit 8048e70
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 cafec0b commit 8048e70
File tree
2 files changed
+0
-2
lines changed- app/boards
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
0 commit comments