diff options
author | Steven J. Magnani <steve@digidescorp.com> | 2005-09-09 20:06:21 +0000 |
---|---|---|
committer | Steven J. Magnani <steve@digidescorp.com> | 2005-09-09 20:06:21 +0000 |
commit | 9a83c99bb971226180b1d2e50771039a14fd67ae (patch) | |
tree | 3b0ddd0f6463f4b5a0b19f29b45e6257078ec740 /src/config/Config.lb | |
parent | fc8a3d2c353926e4917aa71996d5010ddb2036e3 (diff) | |
download | coreboot-9a83c99bb971226180b1d2e50771039a14fd67ae.tar.xz |
Modifications for building LinuxBIOS under cygwin.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2015 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Config.lb')
-rw-r--r-- | src/config/Config.lb | 6 |
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 |