commit | db6965bd7ca6154181a03536716644ca332e84ee | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Thu Feb 20 17:15:39 2025 -0600 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Thu Feb 27 09:14:50 2025 -0600 |
tree | f3233306fd364ebb3fc8d3f14294fdbc7691a3cf | |
parent | e7e7bb77ebfbdb3a155b1b0eb554b5b2c08542db [diff] |
fix(build): handle invalid spd build options Currently the top level Makefile checks any invalid SPD build flags before parsing platform makefile thus any invalid combination enabled in platform makefile will go unnoticed. Move handling of all invalid SPD build option checks after platform level makefile is parsed. Change-Id: Ib3b384ca99403ebaf34f6ce662c93480827e2136 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>