aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2013-01-30 13:41:03 -0600
committerDavid Hendricks <dhendrix@chromium.org>2013-01-30 21:22:04 +0100
commit21d0fc0d3701d1c359fb4d4267383aeaa5886a7e (patch)
tree52ceb35547e8448b123a2258367c6ede5be1584f /util
parent7e494050d6ae7626a2eef06fb9bdd1d25e0e74c4 (diff)
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@gmail.com> Reviewed-on: http://review.coreboot.org/2232 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'util')
-rw-r--r--util/runfw/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/runfw/Makefile b/util/runfw/Makefile
index 4a1c775ab4..5f07e3c420 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