aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2014-11-12 14:27:02 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2014-11-12 14:27:02 +1100
commit656bd3b6b95f073dc6c6816f0110bb0624792316 (patch)
tree488b79e1e02cffde058fb35c83a62cc09dca4292 /Makefile
parent242c2642709436ceb144f9949868ff54050c70a2 (diff)
downloaddtc-656bd3b6b95f073dc6c6816f0110bb0624792316.tar.gz
dtc: Add maintainer script for signing and upload to kernel.org
This patch adds scripts/kup-dtc which builds a tarball from a specified git tag, signs it and uploads to kernel.org with kup. This is useful only for dtc maintainers. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 03644dd..c35f2f1 100644
--- a/Makefile
+++ b/Makefile
@@ -226,6 +226,7 @@ clean: libfdt_clean tests_clean
rm -f $(STD_CLEANFILES)
rm -f $(VERSION_FILE)
rm -f $(BIN)
+ rm -f dtc-*.tar dtc-*.tar.sign dtc-*.tar.asc
#
# Generic compile rules