summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-03-25 16:01:05 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-03-31 17:37:59 +0000
commitf91366fa6f3a7313f77db7cfd54e2769d007baa3 (patch)
tree63a4c1e2b048be481bfb3731032d13b39e570107 /Makefile
parentf00ab8c26a2b5881c2a9f442194d7d5e59348f8a (diff)
downloadcoreboot-f91366fa6f3a7313f77db7cfd54e2769d007baa3.tar.gz
coreboot-f91366fa6f3a7313f77db7cfd54e2769d007baa3.tar.bz2
coreboot-f91366fa6f3a7313f77db7cfd54e2769d007baa3.zip
Makefile: Clean up old targets
Some of these targets seem to come from a long time ago. Now just rm -rf $(obj) is all that is needed for a clean. Change-Id: Iccc62b3c54ee2a074c25674715403c1457f6aad3 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63117 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 82f64583c55e..8c0369c1d295 100644
--- a/Makefile
+++ b/Makefile
@@ -470,10 +470,10 @@ doxyclean: doxygen-clean
doxygen-clean:
rm -rf $(DOXYGEN_OUTPUT_DIR)
-clean-for-update: doxygen-clean clean-for-update-target
+clean-for-update: doxygen-clean
rm -rf $(obj) .xcompile
-clean: clean-for-update clean-target clean-utils
+clean: clean-for-update clean-utils clean-payloads
rm -f .ccwrap
clean-cscope: