diff options
Diffstat (limited to 'homebrew/uboottools/.make.sh-auto')
-rw-r--r-- | homebrew/uboottools/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/uboottools/.make.sh-auto b/homebrew/uboottools/.make.sh-auto new file mode 100644 index 000000000..c592a81d0 --- /dev/null +++ b/homebrew/uboottools/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +make sandbox_defconfig +make tools +bin.install "tools/mkimage" +bin.install "tools/dumpimage" +man1.install "doc/mkimage.1" |