X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2FMakefile.clean;h=55c96cb8070f1130352ab85f77440dfd497d5677;hb=381a58c70985ca1256b0f51aa6694f79662bb166;hp=627f8cbbedb88ca29667bbf1f88eb2004d5ee461;hpb=a8f76842142890883f46b8e7f57f87cf224a832a;p=firefly-linux-kernel-4.4.55.git diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index 627f8cbbedb8..55c96cb8070f 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean @@ -70,9 +70,6 @@ ifneq ($(strip $(__clean-files)),) endif ifneq ($(strip $(__clean-dirs)),) +$(call cmd,cleandir) -endif -ifneq ($(strip $(clean-rule)),) - +$(clean-rule) endif @: