Skip to content
Snippets Groups Projects
Commit 021f0495 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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


This commit is a backport from Linux Kernel,
commit 9d5db8949f1ecf4019785b04d8986835d3c0e99e,
written by me.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 8caaec62
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,8 @@ subdir-ymn := $(foreach f, $(subdir-ymn), \ ...@@ -45,8 +45,8 @@ subdir-ymn := $(foreach f, $(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) \ __clean-files := $(extra-y) $(extra-m) $(extra-) \
$(targets) $(clean-files) \ $(always) $(targets) $(clean-files) \
$(host-progs) \ $(host-progs) \
$(hostprogs-y) $(hostprogs-m) $(hostprogs-) $(hostprogs-y) $(hostprogs-m) $(hostprogs-)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment