commit | d9282f163e17196799a03ea74d2e6c5ad26d30a6 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Mar 05 11:15:01 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Mar 27 15:29:32 2013 -0400 |
tree | b39e619add732515500846abe34f40af9474f300 | |
parent | 45b52ce9f3909a89a96e597c12b4a0d2bcb4c8bd [diff] |
MAKEALL: allow regex matches for -s option This allows: MAKEALL -s tegra to replace: MAKEALL -s tegra20 -s tegra30 -s tegra114 The following also works: MAKEALL -s tegra -s omap Signed-off-by: Stephen Warren <swarren@nvidia.com>