From 4b95ced365dd80eb1891f0eb7a2c79a94a7d0bfc Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 4 Mar 2009 00:25:44 +0000 Subject: fix make clean as suggested by Myles Watson. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3969 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Config.lb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config') diff --git a/src/config/Config.lb b/src/config/Config.lb index eb4d86e1eb..0fa82e16bf 100644 --- a/src/config/Config.lb +++ b/src/config/Config.lb @@ -196,6 +196,8 @@ object ./option_table.o end makerule clean + action "rm -f $(OBJECTS)" + action "rm -f $(DRIVER)" action "rm -f coreboot.* *~" action "rm -f coreboot" action "rm -f ldscript.ld" -- cgit v1.2.3