diff options
Diffstat (limited to 'targets/tyan/s2850/ns2850')
-rw-r--r-- | targets/tyan/s2850/ns2850 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/targets/tyan/s2850/ns2850 b/targets/tyan/s2850/ns2850 new file mode 100644 index 0000000000..546d5629e3 --- /dev/null +++ b/targets/tyan/s2850/ns2850 @@ -0,0 +1,7 @@ +#!/bin/bash +TYANMB=s2850 +cd "$TYANMB" +make +#cat ../atix.rom ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" +cat ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" +cp -f $TYANMB"_linuxbios.rom" /home/yhlu/ |