X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2FMakefile.clean;h=55c96cb8070f1130352ab85f77440dfd497d5677;hb=5015641d2152f0fdb328d45d517db95be5485edc;hp=627f8cbbedb88ca29667bbf1f88eb2004d5ee461;hpb=b3d6524ff7956c5a898d51a18eaecb62a60a2b84;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 @: