From e862a004d7b6716df44556a23bf7ed9339e1ac6b Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 7 Jan 2021 18:52:55 +0100 Subject: util/amdfwtool,post: add missing distclean target Without this target some spurious errors occurred when running make distclean at the top level of coreboot. Change-Id: I3d3061b386fc5b4a043cfc7ff8fd3c0da33c0e83 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/49227 Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- util/post/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/post') diff --git a/util/post/Makefile b/util/post/Makefile index d0a3eb99e403..0941cde0a106 100644 --- a/util/post/Makefile +++ b/util/post/Makefile @@ -2,3 +2,5 @@ all: $(CC) post.c -o post clean: rm -f post + +distclean: clean -- cgit v1.2.3