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:
parent
5e731a7cfc
commit
37743a913f
|
@ -12,6 +12,7 @@ all: $(objutil)/cbfstool/cbfstool \
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
$(RM) fmd_parser.c fmd_parser.h fmd_scanner.c fmd_scanner.h
|
||||||
$(RM) $(objutil)/cbfstool/cbfstool $(cbfsobj)
|
$(RM) $(objutil)/cbfstool/cbfstool $(cbfsobj)
|
||||||
$(RM) $(objutil)/cbfstool/fmaptool $(fmapobj)
|
$(RM) $(objutil)/cbfstool/fmaptool $(fmapobj)
|
||||||
$(RM) $(objutil)/cbfstool/rmodtool $(rmodobj)
|
$(RM) $(objutil)/cbfstool/rmodtool $(rmodobj)
|
||||||
|
|
Loading…
Reference in New Issue