-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With the version released in 20220728, some libraries are removed or renamed. Signed-off-by: Ming Jen Tai <mingjen_tai@realtek.com>
- Loading branch information
1 parent
dcf0577
commit f781a0b
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
sof_add_static_library(SOF_RTK_MA_API libSOF_RTK_MA_API.a) | ||
sof_add_static_library(Suite_rename libSuite_rename.a) | ||
sof_add_static_library(Net libNet.a) | ||
sof_add_static_library(Suite_MaLtFP libSuite_MaLtFP.a) | ||
sof_add_static_library(Preset libPreset.a) | ||
sof_add_static_library(utils libutils.a) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Put libSOF_RTK_MA_API.a, libSuite_rename.a, libNet.a and libPreset.a here. | ||
Put libSOF_RTK_MA_API.a, libSuite_MaLtFP.a, libPreset.a and libutils.a here. |