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 stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
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"