commit | f32c08da82eed03d2d1a00f141f531db58330f93 | [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 | 8b906a9f0b3fd0d4421e08c4fa62f61a01289611 [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>