diff --git a/config/recurse.mk b/config/recurse.mk index 8a0a5a7bdf9..bd22bbe7222 100644 --- a/config/recurse.mk +++ b/config/recurse.mk @@ -124,7 +124,9 @@ endef $(foreach subtier,$(filter-out compile,$(TIERS)),$(eval $(call CREATE_SUBTIER_TRAVERSAL_RULE,$(subtier)))) ifndef TOPLEVEL_BUILD +ifdef COMPILE_ENVIRONMENT libs:: target host +endif # COMPILE_ENVIRONMENT endif endif # ifeq ($(NO_RECURSE_MAKELEVEL),$(MAKELEVEL))