aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-23 18:18:17 -0700
committerSimon Glass <sjg@chromium.org>2023-03-08 11:40:49 -0800
commit77b3ccb89ae373d054533f5f4a4192a4ba020405 (patch)
tree6e7a2ccc2595a2998fbcc4b14eaaf5b6e1604f82 /Makefile
parent1688d6ca0e0c665c909ec6cd30c2aa53445548f2 (diff)
downloadu-boot-77b3ccb89ae373d054533f5f4a4192a4ba020405.tar.gz
dtoc: Add support for building a dtoc PyPi package
Create the necessary files to build this new package. This is needed for binman. 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 f4ffa9e14ba..bf6abe5f6aa 100644
--- a/Makefile
+++ b/Makefile
@@ -2284,6 +2284,7 @@ _pip:
scripts/make_pip.sh u_boot_pylib ${PIP_ARGS}
scripts/make_pip.sh patman ${PIP_ARGS}
scripts/make_pip.sh buildman ${PIP_ARGS}
+ scripts/make_pip.sh dtoc ${PIP_ARGS}
help:
@echo 'Cleaning targets:'