arm-trusted-firmware-mvebu: remove unpacked sources upon clean

These are all unpacked in the Build/Prepare step, clean up accordingly.

Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
Andre Heider 2021-06-08 04:19:16 +02:00 committed by Hauke Mehrtens
parent 0208b3ba56
commit 0c111ce237
1 changed files with 7 additions and 0 deletions

View File

@ -155,6 +155,13 @@ define Download/gcc-linaro
HASH:=2d4a92d6c8b384ae404b2e02c1c412e3ec18f9b714135acf046b2b1b510e9ace
endef
define Build/Clean
rm -rf \
$(STAGING_DIR_IMAGE)/$(A3700_UTILS_NAME) \
$(STAGING_DIR_IMAGE)/$(MV_DDR_NAME) \
$(STAGING_DIR_IMAGE)/$(LINARO_NAME)-$(LINARO_RELEASE).$(LINARO_VERSION)
endef
define Build/Prepare
# Download sources
$(eval $(call Download,a3700-utils))