commit | a5a7bc65093f46016b4fb783b0cbb9e889a72e28 | [log] [tgz] |
---|---|---|
author | Vishal Bhoj <vishal.bhoj@linaro.org> | Fri Aug 04 18:46:57 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 04 18:46:57 2017 +0000 |
tree | aa120639a504ad5ab35f8b70a62ab02c6ffcb1d5 | |
parent | a94c36aa7e31bc802fa0db33e0cf95ae6860c392 [diff] | |
parent | d8bc8289c3f503f83a0076fd96a30513008c02b4 [diff] |
bootloader: clean build directories for make clean command am: d8bc8289c3 Change-Id: Ib1f9aaa62c6811ebce91aa869096f247c2e0bdff
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