]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - scripts/Makefile.clean
Merge patch series "Complete decoupling of zboot logic from commands"
[thirdparty/u-boot.git] / scripts / Makefile.clean
index 8fe9e05a14a93d46d98b9b29058aa77eed98d0bb..d5922e915defa8f25241d432d5edba6e45c5cae4 100644 (file)
@@ -43,8 +43,9 @@ subdir-ymn    := $(foreach f, $(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))