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>
This commit is contained in:
committed by
Felix Held
parent
f00ab8c26a
commit
f91366fa6f
4
Makefile
4
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:
|
||||
|
Reference in New Issue
Block a user