diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-23 18:18:13 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-03-08 11:40:49 -0800 |
commit | 0de2ffe717766c16f66775abf95d623f15489e83 (patch) | |
tree | 0e95a8a29aa6ea9eb3e4dc1f2e522f6bee9d7cae /Makefile | |
parent | d85f7909f8fed1e06fe56e03c52d5ff6d8dfbdcf (diff) | |
download | u-boot-0de2ffe717766c16f66775abf95d623f15489e83.tar.gz u-boot-0de2ffe717766c16f66775abf95d623f15489e83.tar.bz2 u-boot-0de2ffe717766c16f66775abf95d623f15489e83.zip |
buildman: Add support for building a buildman 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. It is included for completeness, since adding
this later would be more trouble.
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
@@ -2283,6 +2283,7 @@ pip pip_test pip_release: _pip _pip: scripts/make_pip.sh u_boot_pylib ${PIP_ARGS} scripts/make_pip.sh patman ${PIP_ARGS} + scripts/make_pip.sh buildman ${PIP_ARGS} help: @echo 'Cleaning targets:' |