Modifications for building LinuxBIOS under cygwin.
authorSteven J. Magnani <steve@digidescorp.com>
Fri, 9 Sep 2005 20:06:21 +0000 (20:06 +0000)
committerSteven J. Magnani <steve@digidescorp.com>
Fri, 9 Sep 2005 20:06:21 +0000 (20:06 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2015 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/config/Config.lb

index 70fc96de4174a55b3aa3ec86131cc26c3b34d10e..56ac5e8c4edf92eac3761a2f90f7d56cec50e231 100644 (file)
@@ -153,9 +153,9 @@ makerule clean
        action  "rm -f linuxbios"
        action  "rm -f ldscript.ld"
        action  "rm -f a.out *.s *.l *.o *.E *.inc"
-       action  "rm -f TAGS tags romcc"
-       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 TAGS tags romcc*"
+       action  "rm -f docipl buildrom* chips.c *chip.c linuxbios_ram* linuxbios_pay*"
+       action  "rm -f build_opt_tbl* nrv2b* option_table.c crt0.S"
 end
 
 # do standard config files that the user need not specify