X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=scripts%2FMakefile.clean;h=50616ea251314b2d44c18184b1a1c5027ca76c76;hb=97f2645f358b;hp=55c96cb8070f1130352ab85f77440dfd497d5677;hpb=641628146c1986c966ae030e65bb6f30feef0fd0;p=cascardo%2Flinux.git diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index 55c96cb8070f..50616ea25131 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean @@ -38,7 +38,9 @@ subdir-ymn := $(addprefix $(obj)/,$(subdir-ymn)) __clean-files := $(extra-y) $(extra-m) $(extra-) \ $(always) $(targets) $(clean-files) \ $(host-progs) \ - $(hostprogs-y) $(hostprogs-m) $(hostprogs-) + $(hostprogs-y) $(hostprogs-m) $(hostprogs-) \ + $(hostlibs-y) $(hostlibs-m) $(hostlibs-) \ + $(hostcxxlibs-y) $(hostcxxlibs-m) __clean-files := $(filter-out $(no-clean-files), $(__clean-files))