commit | 20ae90c98b1235906ffb9c8004cc223ef06c4a1c | [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 | 5295aa87c6ae6367bbe6ccbd93bfe512e198ca44 [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>