summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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