Modifications for building LinuxBIOS under cygwin.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2015 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Steven J. Magnani 2005-09-09 20:06:21 +00:00
parent fc8a3d2c35
commit 9a83c99bb9
1 changed files with 3 additions and 3 deletions

View File

@ -153,9 +153,9 @@ makerule clean
action "rm -f linuxbios" action "rm -f linuxbios"
action "rm -f ldscript.ld" action "rm -f ldscript.ld"
action "rm -f a.out *.s *.l *.o *.E *.inc" action "rm -f a.out *.s *.l *.o *.E *.inc"
action "rm -f TAGS tags romcc" action "rm -f TAGS tags romcc*"
action "rm -f docipl buildrom chips.c *chip.c linuxbios_ram* linuxbios_pay*" action "rm -f docipl buildrom* chips.c *chip.c linuxbios_ram* linuxbios_pay*"
action "rm -f build_opt_tbl option_table.c crt0.S" action "rm -f build_opt_tbl* nrv2b* option_table.c crt0.S"
end end
# do standard config files that the user need not specify # do standard config files that the user need not specify