[coreboot-gerrit] Patch set updated for coreboot: nvramcui: Add distclean target

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Mar 10 04:45:35 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13939

-gerrit

commit c28ef3c7aa4678dd1b62c189a0d50d1508ff79a7
Author: Martin Roth <martinroth at google.com>
Date:   Mon Mar 7 16:40:14 2016 -0700

    nvramcui: Add distclean target
    
    This doesn't do anything more than the clean target, but having both
    clean and distclean targets in all makefiles makes standardizing the
    cleaning routines easier.
    
    Change-Id: I41578de371a8f767ee23266c30e65e928f0985c4
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 payloads/nvramcui/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/payloads/nvramcui/Makefile b/payloads/nvramcui/Makefile
index 73bcf78..10dc362 100755
--- a/payloads/nvramcui/Makefile
+++ b/payloads/nvramcui/Makefile
@@ -8,3 +8,5 @@ all: nvramcui.elf
 .PHONY:
 clean:
 	rm -f nvramcui.elf
+
+distclean: clean



More information about the coreboot-gerrit mailing list