summaryrefslogtreecommitdiffstats
path: root/util/post
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-01-07 18:52:55 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-01-08 21:10:51 +0000
commite862a004d7b6716df44556a23bf7ed9339e1ac6b (patch)
tree722c2b54e5b3b1d7292b7de121cf87b6d3868eaf /util/post
parentf9608cd8f4c563163875fb545fc30ff4fee5734e (diff)
downloadcoreboot-e862a004d7b6716df44556a23bf7ed9339e1ac6b.tar.gz
coreboot-e862a004d7b6716df44556a23bf7ed9339e1ac6b.tar.bz2
coreboot-e862a004d7b6716df44556a23bf7ed9339e1ac6b.zip
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 <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49227 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/post')
-rw-r--r--util/post/Makefile2
1 files changed, 2 insertions, 0 deletions
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