Skip to content

Commit

Permalink
scripts/Makefile.clean: clean also $(extra-m) and $(extra-)
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
masahir0y authored and michal42 committed Jul 3, 2014
1 parent 7171511 commit 9d5db89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Makefile.clean
Original file line number Diff line number Diff line change
Expand Up @@ -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-)

Expand Down

0 comments on commit 9d5db89

Please sign in to comment.