aboutsummaryrefslogtreecommitdiff
path: root/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'clean.sh')
-rwxr-xr-xclean.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/clean.sh b/clean.sh
deleted file mode 100755
index ab3ccf9ad..000000000
--- a/clean.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-###############################################################################
-#
-# Kernel Clean Script
-#
-###############################################################################
-# 2016-08-15 Shev_t : created
-###############################################################################
-
-if [ -f ./Image.gz-dtb ]
-then
- rm ./Image.gz-dtb
-fi
-
-if [ -d ./obj/ ]
-then
- rm -r ./obj/
-fi