Skip to content

linker.mk: Fix typo for python command line#7711

Open
p870613 wants to merge 1 commit intoOP-TEE:masterfrom
p870613:master
Open

linker.mk: Fix typo for python command line#7711
p870613 wants to merge 1 commit intoOP-TEE:masterfrom
p870613:master

Conversation

@p870613
Copy link

@p870613 p870613 commented Feb 24, 2026

Fix typo for python command line
modify "$(q)scripts/gen_tee_bin.py" to
"$(q)$(PYTHON3) ./scripts/gen_tee_bin.py"

Fix #7699

@p870613 p870613 force-pushed the master branch 2 times, most recently from deb2fa0 to d4a52f1 Compare February 24, 2026 14:40
Copy link
Contributor

@jenswi-linaro jenswi-linaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make the prefix in the commit title core: arm: link.mk:

Fix typo for python command line
$(q)scripts/gen_tee_bin.py => $(q)$(PYTHON3) ./scripts/gen_tee_bin.py

Signed-off-by: guan-gm.lin <guan-gm.lin@mediatek.com>
@p870613
Copy link
Author

p870613 commented Feb 25, 2026

Please make the prefix in the commit title core: arm: link.mk:

done

@jenswi-linaro
Copy link
Contributor

Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in link.mk

2 participants