Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ac56836 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Skip copying files from LINKED to PACKED directories."

parents 297db2d0 9020c232
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -55,14 +55,10 @@ ifeq (false,$(my_use_clang_lld))
$(relocation_packer_output): $(relocation_packer_input)
	$(pack-elf-relocations)
else
$(relocation_packer_output): $(relocation_packer_input)
	@echo "target Unpacked: $(PRIVATE_MODULE) ($@)"
	$(copy-file-to-target)
relocation_packer_output := $(relocation_packer_input)
endif # my_use_clang_lld
else
$(relocation_packer_output): $(relocation_packer_input)
	@echo "target Unpacked: $(PRIVATE_MODULE) ($@)"
	$(copy-file-to-target)
relocation_packer_output := $(relocation_packer_input)
endif # my_pack_module_relocations

###########################################################