X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2FMakefile.clean;h=6f89fbb56256987bf0c002683f85941ccddc861a;hb=9d35bc1ec696ebfc5662a0d00b4d36564ff3af53;hp=cff33498fa16a8edcdd872bfaf2da13f6cbae4d2;hpb=e02a4cabfcb9a999b74a2e2e6f13ffcb7ff2d606;p=firefly-linux-kernel-4.4.55.git diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index cff33498fa16..6f89fbb56256 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean @@ -37,10 +37,10 @@ subdir-ymn := $(sort $(subdir-ym) $(subdir-n) $(subdir-)) subdir-ymn := $(addprefix $(obj)/,$(subdir-ymn)) -# build a list of files to remove, usually releative to the current +# build a list of files to remove, usually relative to the current # directory -__clean-files := $(extra-y) $(EXTRA_TARGETS) $(always) \ +__clean-files := $(extra-y) $(always) \ $(targets) $(clean-files) \ $(host-progs) \ $(hostprogs-y) $(hostprogs-m) $(hostprogs-)