0f4f1d48d9
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1303 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
7 lines
254 B
Bash
7 lines
254 B
Bash
#!/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/
|