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 years ago
parent
commit
9d5db8949f
1 changed files with 2 additions and 2 deletions
  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
 # build a list of files to remove, usually relative to the current
 # directory
 # directory
 
 
-__clean-files	:= $(extra-y) $(always)                  \
-		   $(targets) $(clean-files)             \
+__clean-files	:= $(extra-y) $(extra-m) $(extra-)       \
+		   $(always) $(targets) $(clean-files)   \
 		   $(host-progs)                         \
 		   $(host-progs)                         \
 		   $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
 		   $(hostprogs-y) $(hostprogs-m) $(hostprogs-)