Author: stepan
Date: 2009-03-04 01:25:44 +0100 (Wed, 04 Mar 2009)
New Revision: 3969

Modified:
   trunk/coreboot-v2/src/config/Config.lb
Log:
fix make clean as suggested by Myles Watson.

Signed-off-by: Stefan Reinauer <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



Modified: trunk/coreboot-v2/src/config/Config.lb
===================================================================
--- trunk/coreboot-v2/src/config/Config.lb      2009-03-02 22:45:31 UTC (rev 
3968)
+++ trunk/coreboot-v2/src/config/Config.lb      2009-03-04 00:25:44 UTC (rev 
3969)
@@ -196,6 +196,8 @@
 end
 
 makerule clean 
+       action  "rm -f $(OBJECTS)"
+       action  "rm -f $(DRIVER)"
        action  "rm -f coreboot.* *~"
        action  "rm -f coreboot"
        action  "rm -f ldscript.ld"


--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to