summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-05-07 09:17:42 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-05-07 09:17:42 +0000
commita0adf1fefe46e42ba41a86ada520871cf1e08464 (patch)
tree6dc915145c230ccb249468626b37013ceb24149c /Makefile.in
parentf206ed41e1ef05c720ed7068821900181644d900 (diff)
Add unifdef host tool to clean target
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index adaab6014..68ed8c6d2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -353,6 +353,7 @@ clean:
done; \
fi
@$(RM) include/linux include/asm*
+ $(RM) $(top_builddir)extra/scripts/unifdef
distclean: clean
-find . \( -name core -o -name \*.orig -o -name \*~ \) -exec $(RM) {} \;