summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-23 18:18:21 -0700
committerSimon Glass <sjg@chromium.org>2023-03-08 11:40:56 -0800
commitada5e2f97814ea778eabdb5ab56a0505ed0d3f5c (patch)
treeb03f6abc7ccc2cf6ef9110eaa49db15b7616f971 /Makefile
parent8de6adbf4a92ae49af7fb48bbb6d2cf4ae0b8f60 (diff)
downloadu-boot-ada5e2f97814ea778eabdb5ab56a0505ed0d3f5c.tar.gz
binman: Add support for building a binmanu PyPi package
Create the necessary files to build this new package. It is not actually clear whether this is useful, since buildman has no purpose outside U-Boot. Move the main program into a function so that it can easily be called by the PyPi-created script. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf6abe5f6a..c00683bdc9 100644
--- a/Makefile
+++ b/Makefile
@@ -2285,6 +2285,7 @@ _pip:
scripts/make_pip.sh patman ${PIP_ARGS}
scripts/make_pip.sh buildman ${PIP_ARGS}
scripts/make_pip.sh dtoc ${PIP_ARGS}
+ scripts/make_pip.sh binman ${PIP_ARGS}
help:
@echo 'Cleaning targets:'