Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
topology2: Tidy up the production target name as topology2_prod
The target name for the production should have been more precise as it ended up: ninja -C tools/build_tools/ help topology2_dev: phony ... topology2_dev_sof-tgl-nocodec: phony topology2_dev_sof-tgl-nocodec-crossover-2way: phony ... topology2_prod: phony ... topology2_sof-hda-generic: phony topology2_sof-hda-generic-2ch: phony ... Change it to be consistent: topology2_dev: phony ... topology2_dev_sof-tgl-nocodec: phony topology2_dev_sof-tgl-nocodec-crossover-2way: phony ... topology2_prod: phony ... topology2_prod_sof-hda-generic: phony topology2_prod_sof-hda-generic-2ch: phony ... No functional change. Suggested-by: Marc Herbert <[email protected]> Signed-off-by: Peter Ujfalusi <[email protected]>
- Loading branch information