diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-23 18:18:08 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-03-08 11:40:49 -0800 |
commit | 30eb11ae0483f95f85b483a44387163478bb14d8 (patch) | |
tree | c96b5cea10a18d5ca241e29fc1c2b88d8fd1bcaa /Makefile | |
parent | a545dc1db91bfe9ba04d39c27070cabdbafa6111 (diff) | |
download | u-boot-30eb11ae0483f95f85b483a44387163478bb14d8.zip u-boot-30eb11ae0483f95f85b483a44387163478bb14d8.tar.gz u-boot-30eb11ae0483f95f85b483a44387163478bb14d8.tar.bz2 |
patman: Add support for building a patman PyPi package
Create the necessary files to build this new package.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2282,6 +2282,7 @@ pip pip_test pip_release: _pip _pip: scripts/make_pip.sh u_boot_pylib ${PIP_ARGS} + scripts/make_pip.sh patman ${PIP_ARGS} help: @echo 'Cleaning targets:' |