[coreboot] New patch to review for coreboot: b9876e3 Add a clean target to the run firmware (runfw) Makefile

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Wed Jan 30 20:41:57 CET 2013


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2232

-gerrit

commit b9876e366dbcee45f784bcd9b9aa98bce3dbfedf
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Wed Jan 30 13:41:03 2013 -0600

    Add a clean target to the run firmware (runfw) Makefile
    
    It's just good hygiene.
    
    Change-Id: Ie7d4557c1d0dcf7fc015852c4c9b2eae29c4acfc
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
---
 util/runfw/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/util/runfw/Makefile b/util/runfw/Makefile
index 4a1c775..5f07e3c 100644
--- a/util/runfw/Makefile
+++ b/util/runfw/Makefile
@@ -21,3 +21,6 @@ all: googlesnow
 
 googlesnow: googlesnow.c
 	cc -g -o googlesnow googlesnow.c
+
+clean:
+	rm -f googlesnow



More information about the coreboot mailing list