diff options
author | wdenk <wdenk> | 2002-11-03 00:07:02 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-11-03 00:07:02 +0000 |
commit | 5b1d713721c3ea02549940133f09236783dda1f9 (patch) | |
tree | 78c0a58b5cc48142617190669a7598e0ca3307dc /tools/easylogo | |
parent | 47d1a6e1ed87fe1fb3d737acdb85f69bc3259522 (diff) |
Initial revision
Diffstat (limited to 'tools/easylogo')
-rw-r--r-- | tools/easylogo/runme.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/easylogo/runme.sh b/tools/easylogo/runme.sh new file mode 100644 index 00000000000..625ebaae19f --- /dev/null +++ b/tools/easylogo/runme.sh @@ -0,0 +1,4 @@ +#!/bin/sh +make +./easylogo linux_logo.tga u_boot_logo video_logo.h +mv video_logo.h ../../include |