summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2017-08-04 11:39:33 -0700
committerJohn Stultz <john.stultz@linaro.org>2017-08-04 11:46:40 -0700
commitdaa40531f2b6487d32adc1e961644a18bcb0cfb9 (patch)
treebe1c78615111ea2007c6b3b306b6ff9012c24a2f
parentd8bc8289c3f503f83a0076fd96a30513008c02b4 (diff)
downloadhikey-daa40531f2b6487d32adc1e961644a18bcb0cfb9.tar.gz
hikey: bootloader: Further make clean fixes
Make sure we also clean out the edk BaseTools dir. Change-Id: I38b92148f8f0e2735ddb93853b46253d2467fa6b Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--bootloader/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/Makefile b/bootloader/Makefile
index 1a5a0a62..f2ebd54b 100644
--- a/bootloader/Makefile
+++ b/bootloader/Makefile
@@ -36,3 +36,4 @@ $(DIST_DIR)/l-loader.bin: $(DIST_DIR)/fip.bin
clean:
rm -rf $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin $(ANDROID_BUILD_TOP)/$(PRODUCT_OUT)/obj/uefi $(EDK2_DIR)/Build/HiKey
+ cd $(EDK2_DIR)/BaseTools && make clean