mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 01:08:05 +00:00
arm-trusted-firmware-mvebu: reuse default prepare target
Don't wipe internal state files, fixes e.g. refreshing patches. Signed-off-by: Andre Heider <a.heider@gmail.com> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
f3c9d1b7bc
commit
5955f7530a
@ -81,8 +81,7 @@ define Build/Prepare
|
|||||||
$(eval $(call Download,mv-ddr-marvell))
|
$(eval $(call Download,mv-ddr-marvell))
|
||||||
$(eval $(call Download,gcc-linaro))
|
$(eval $(call Download,gcc-linaro))
|
||||||
|
|
||||||
rm -rf $(PKG_BUILD_DIR)
|
$(call Build/Prepare/Default,)
|
||||||
$(TAR) -C $(BUILD_DIR) -xf $(DL_DIR)/$(PKG_SOURCE)
|
|
||||||
|
|
||||||
mkdir -p $(STAGING_DIR_IMAGE)
|
mkdir -p $(STAGING_DIR_IMAGE)
|
||||||
$(TAR) -C $(STAGING_DIR_IMAGE) -xf $(DL_DIR)/$(A3700_UTILS_SOURCE)
|
$(TAR) -C $(STAGING_DIR_IMAGE) -xf $(DL_DIR)/$(A3700_UTILS_SOURCE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user