diff --git a/Makefile b/Makefile index 854dd6554..af96112bf 100644 --- a/Makefile +++ b/Makefile @@ -182,4 +182,9 @@ cscope: $(Q) $(CSCOPE) -bkqu .PHONY: cscope +no-blob-targets := tags clean cscope + +ifeq ($(filter-out no-blob-targets, $(MAKECMDGOALS)),) -include $(DEPS) +endif +