bootloader: clean build directories for make clean command am: d8bc8289c3 am: a5a7bc6509
am: 7457de3aa8
Change-Id: Ifcebb19ce6751f43966c1e5f20b369ac0e28078d
diff --git a/bootloader/Makefile b/bootloader/Makefile
index 2a57f0f..1a5a0a6 100644
--- a/bootloader/Makefile
+++ b/bootloader/Makefile
@@ -35,5 +35,4 @@
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