summaryrefslogtreecommitdiff
path: root/misc/wscript
diff options
context:
space:
mode:
authorAmar Takhar <verm@darkbeer.org>2020-03-03 20:08:10 -0500
committerAmar Takhar <verm@darkbeer.org>2020-03-03 20:08:10 -0500
commite8c180f1be629c82f830ffc4577f371d472b5515 (patch)
treec8d430d3509bc584a6289794a1f6dbd3cc5e809a /misc/wscript
parentfc078dbdef36a05ae1bf6f2ae91a50ee4366a493 (diff)
Add to wscript and add python2 shebang.
This script does work but needs some user friendliness added which is acknowledged by the author as it was meant as a quick replacement.
Diffstat (limited to '')
-rw-r--r--misc/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/wscript b/misc/wscript
index 7d90968..d82bde3 100644
--- a/misc/wscript
+++ b/misc/wscript
@@ -79,6 +79,7 @@ def build(bld):
'tools/cmd-tftpproxy.py',
'tools/tftpproxy.py',
'tools/getmac/__init__.py',
+ 'tools/mkimage.py',
'tools/getmac/getmac.py'],
install_from = '.',
install_path = '${PREFIX}/share/rtems/misc')