From c3fbda4e73ff4d4470331a09779872d1973e0065 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 7 Mar 2016 16:40:14 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/13939 Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- payloads/nvramcui/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'payloads/nvramcui/Makefile') diff --git a/payloads/nvramcui/Makefile b/payloads/nvramcui/Makefile index 73bcf781bf..10dc362ed5 100755 --- a/payloads/nvramcui/Makefile +++ b/payloads/nvramcui/Makefile @@ -8,3 +8,5 @@ all: nvramcui.elf .PHONY: clean: rm -f nvramcui.elf + +distclean: clean -- cgit v1.2.3