cbfstool/Makefile: Also rm fmd_(parser|scanner).[ch] in clean

Change-Id: I783aa4b2319aaedd57ce9a67ca935392a611298f
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/12127
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Nico Huber 2015-10-22 13:34:06 +02:00 committed by Nico Huber
parent 5e731a7cfc
commit 37743a913f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ all: $(objutil)/cbfstool/cbfstool \
.PHONY: clean
clean:
$(RM) fmd_parser.c fmd_parser.h fmd_scanner.c fmd_scanner.h
$(RM) $(objutil)/cbfstool/cbfstool $(cbfsobj)
$(RM) $(objutil)/cbfstool/fmaptool $(fmapobj)
$(RM) $(objutil)/cbfstool/rmodtool $(rmodobj)