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
This commit is contained in:
Stefan Reinauer 2009-03-04 00:25:44 +00:00 committed by Stefan Reinauer
parent 6b2e760f03
commit 4b95ced365
1 changed files with 2 additions and 0 deletions

View File

@ -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"