Browse Source

scripts/Makefile.clean: clean also $(extra-m) and $(extra-)

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Masahiro Yamada 11 năm trước cách đây
mục cha
commit
9d5db8949f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      scripts/Makefile.clean

+ 2 - 2
scripts/Makefile.clean

@@ -40,8 +40,8 @@ subdir-ymn	:= $(addprefix $(obj)/,$(subdir-ymn))
 # build a list of files to remove, usually relative to the current
 # directory
 
-__clean-files	:= $(extra-y) $(always)                  \
-		   $(targets) $(clean-files)             \
+__clean-files	:= $(extra-y) $(extra-m) $(extra-)       \
+		   $(always) $(targets) $(clean-files)   \
 		   $(host-progs)                         \
 		   $(hostprogs-y) $(hostprogs-m) $(hostprogs-)