hikey: bootloader: Further make clean fixes am: daa40531f2
am: b7d1a27ee5

Change-Id: I94fcd39e9ebbee8b0076e0ace084a1a308f69abb
diff --git a/bootloader/Makefile b/bootloader/Makefile
index 1a5a0a6..f2ebd54 100644
--- a/bootloader/Makefile
+++ b/bootloader/Makefile
@@ -36,3 +36,4 @@
 
 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