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:
parent
6b2e760f03
commit
4b95ced365
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue