From 9a83c99bb971226180b1d2e50771039a14fd67ae Mon Sep 17 00:00:00 2001 From: "Steven J. Magnani" Date: Fri, 9 Sep 2005 20:06:21 +0000 Subject: Modifications for building LinuxBIOS under cygwin. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2015 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Config.lb | 6 +++--- 1 file 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 -- cgit v1.2.3