Merge "Skip copying files from LINKED to PACKED directories."
This commit is contained in:
@@ -55,14 +55,10 @@ ifeq (false,$(my_use_clang_lld))
|
|||||||
$(relocation_packer_output): $(relocation_packer_input)
|
$(relocation_packer_output): $(relocation_packer_input)
|
||||||
$(pack-elf-relocations)
|
$(pack-elf-relocations)
|
||||||
else
|
else
|
||||||
$(relocation_packer_output): $(relocation_packer_input)
|
relocation_packer_output := $(relocation_packer_input)
|
||||||
@echo "target Unpacked: $(PRIVATE_MODULE) ($@)"
|
|
||||||
$(copy-file-to-target)
|
|
||||||
endif # my_use_clang_lld
|
endif # my_use_clang_lld
|
||||||
else
|
else
|
||||||
$(relocation_packer_output): $(relocation_packer_input)
|
relocation_packer_output := $(relocation_packer_input)
|
||||||
@echo "target Unpacked: $(PRIVATE_MODULE) ($@)"
|
|
||||||
$(copy-file-to-target)
|
|
||||||
endif # my_pack_module_relocations
|
endif # my_pack_module_relocations
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
|
Reference in New Issue
Block a user