Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d5db894 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Michal Marek
Browse files

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

parent 7171511e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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-)