aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven J. Magnani <steve@digidescorp.com>2005-09-09 20:06:21 +0000
committerSteven J. Magnani <steve@digidescorp.com>2005-09-09 20:06:21 +0000
commit9a83c99bb971226180b1d2e50771039a14fd67ae (patch)
tree3b0ddd0f6463f4b5a0b19f29b45e6257078ec740
parentfc8a3d2c353926e4917aa71996d5010ddb2036e3 (diff)
Modifications for building LinuxBIOS under cygwin.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2015 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/config/Config.lb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/Config.lb b/src/config/Config.lb
index 70fc96de41..56ac5e8c4e 100644
--- a/src/config/Config.lb
+++ b/src/config/Config.lb
@@ -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