summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-02-20 13:50:10 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-03-26 23:09:24 +0200
commit4a30f1e874a269696b983bd66673809c431edbc0 (patch)
tree82fa6194eb580708f49b95339f3d2b6f71076aab /Makefile
parent6f4acc179cd73203ed9927751af083dd666c3636 (diff)
downloadtalos-obmc-uboot-4a30f1e874a269696b983bd66673809c431edbc0.tar.gz
talos-obmc-uboot-4a30f1e874a269696b983bd66673809c431edbc0.zip
config.mk: Check for -fstack-usage support
Acked-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 144613184b..08921a5c0a 100644
--- a/Makefile
+++ b/Makefile
@@ -747,7 +747,7 @@ clean:
@rm -f $(obj)MLO
@rm -f $(TIMESTAMP_FILE) $(VERSION_FILE)
@find $(OBJTREE) -type f \
- \( -name 'core' -o -name '*.bak' -o -name '*~' \
+ \( -name 'core' -o -name '*.bak' -o -name '*~' -o -name '*.su' \
-o -name '*.o' -o -name '*.a' -o -name '*.exe' \) -print \
| xargs rm -f
OpenPOWER on IntegriCloud