[coreboot-gerrit] New patch to review for coreboot: cbfstool/Makefile: Also rm fmd_(parser|scanner).[ch] in clean

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Thu Oct 22 13:36:50 CEST 2015


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12127

-gerrit

commit 504a58195b976c2e3cf5a9aa2e8983bd2065fd8e
Author: Nico Huber <nico.huber at secunet.com>
Date:   Thu Oct 22 13:34:06 2015 +0200

    cbfstool/Makefile: Also rm fmd_(parser|scanner).[ch] in clean
    
    Change-Id: I783aa4b2319aaedd57ce9a67ca935392a611298f
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
 util/cbfstool/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile
index 796a182..64db0b3 100644
--- a/util/cbfstool/Makefile
+++ b/util/cbfstool/Makefile
@@ -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)



More information about the coreboot-gerrit mailing list