commit | 659e559d55fd72862d3374ce4453df13cc5a69ec | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon Aug 13 12:18:34 2012 -0700 |
committer | Tom Rini <trini@ti.com> | Thu Sep 27 09:48:37 2012 -0700 |
tree | ff007f9068948ef1b7d2eb0dc65229ea27a47737 | |
parent | 1170e634dd2a6fdd541ae2153fd3fd73919da8fc [diff] |
Makefile: Move SPL files to clobber, remove from clean The 'clean' target has been removing all of spl but not u-boot itself. For consistency and ease of testing, only remove SPL binaries / maps in the clobber target, just like for full U-Boot Signed-off-by: Tom Rini <trini@ti.com>