diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-23 18:18:17 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-03-08 11:40:49 -0800 |
commit | 77b3ccb89ae373d054533f5f4a4192a4ba020405 (patch) | |
tree | 6e7a2ccc2595a2998fbcc4b14eaaf5b6e1604f82 /Makefile | |
parent | 1688d6ca0e0c665c909ec6cd30c2aa53445548f2 (diff) | |
download | u-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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:' |