diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-03-04 00:25:44 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-03-04 00:25:44 +0000 |
commit | 4b95ced365dd80eb1891f0eb7a2c79a94a7d0bfc (patch) | |
tree | 0b1c1c6a3cdc0e8a2be1fd75d1ae1708a380fc02 /src/config | |
parent | 6b2e760f03a6605abe357e1cda51999de2a519e2 (diff) | |
download | coreboot-4b95ced365dd80eb1891f0eb7a2c79a94a7d0bfc.tar.xz |
fix make clean as suggested by Myles Watson.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3969 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Config.lb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |