Lines Matching full:py
91 $(PYTHON3) ./scripts/gen_ld_sects.py .text. > $@
97 $(PYTHON3) ./scripts/gen_ld_sects.py .rodata. > $@
121 $(PYTHON3) ./scripts/gen_ld_sects.py .text. > $@
126 $(q)$(READELFcore) -S -W $< | $(PYTHON3) ./scripts/gen_ld_sects.py .rodata. > $@
169 $(link-out-dir)/tee-pager.bin: $(link-out-dir)/tee.elf scripts/gen_tee_bin.py
172 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_tee_pager_bin $@
175 $(link-out-dir)/tee-pageable.bin: $(link-out-dir)/tee.elf scripts/gen_tee_bin.py
178 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_tee_pageable_bin $@
182 $(link-out-dir)/tee.bin: $(link-out-dir)/tee.elf scripts/gen_tee_bin.py
184 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_tee_bin $@
189 scripts/gen_tee_bin.py
191 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_header_v2 $@
195 $(link-out-dir)/tee-pager_v2.bin: $(link-out-dir)/tee.elf scripts/gen_tee_bin.py
197 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_pager_v2 $@
202 scripts/gen_tee_bin.py
204 $(q)$(PYTHON3) scripts/gen_tee_bin.py --input $< --out_pageable_v2 $@
218 $(q)$(PYTHON3) ./scripts/mem_usage.py $< > $@
223 $(link-out-dir)/tee-raw.bin: $(link-out-dir)/tee.elf scripts/gen_tee_bin.py
225 $(q)scripts/gen_tee_bin.py --input $< --out_tee_raw_bin $@