-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: build-tools: Add support to build tplg1/tplg2 individually
NXP platforms do not support tplg2 and we don't want to build them every time. So introduce new options to ./scripts/build-tools.sh so that it can build tplg1 and tplg2 separately. - ./scripts/build-tools.sh -X, will only build topology1 - ./scripts/build-tools.sh -Y, will only build topology2 Target: - ./scripts/build-tools.sh -T, remains unchanged and will build both topology1 and topolog2. Signed-off-by: Daniel Baluta <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
7 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