summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-08-04 17:04:31 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-08-04 17:33:48 +0100
commitd8bc8289c3f503f83a0076fd96a30513008c02b4 (patch)
tree606b4d17bca81a89fe044a49ade276d6989c50ae
parentc3273fcbafab5477b9ecde925c1ff36bca1c1974 (diff)
downloadhikey-d8bc8289c3f503f83a0076fd96a30513008c02b4.tar.gz
bootloader: clean build directories for make clean command
Test: Manual (make clean) Change-Id: Ie44c93ec393b6b0674dd0dbbd2219b8395e197b9 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--bootloader/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootloader/Makefile b/bootloader/Makefile
index 2a57f0f9..1a5a0a62 100644
--- a/bootloader/Makefile
+++ b/bootloader/Makefile
@@ -35,5 +35,4 @@ $(DIST_DIR)/l-loader.bin: $(DIST_DIR)/fip.bin
mv l-loader.bin $(DIST_DIR)/
clean:
- rm -rf $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin
-
+ rm -rf $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin $(ANDROID_BUILD_TOP)/$(PRODUCT_OUT)/obj/uefi $(EDK2_DIR)/Build/HiKey