]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: Move SPL files to clobber, remove from clean
authorTom Rini <trini@ti.com>
Mon, 13 Aug 2012 19:18:34 +0000 (12:18 -0700)
committerTom Rini <trini@ti.com>
Thu, 27 Sep 2012 16:48:37 +0000 (09:48 -0700)
commit659e559d55fd72862d3374ce4453df13cc5a69ec
treeff007f9068948ef1b7d2eb0dc65229ea27a47737
parent1170e634dd2a6fdd541ae2153fd3fd73919da8fc
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>
Makefile