# Generic rule used for source directories
all $(TREEDIRS):
$(TREEDIRS):
@$(MAKE) -C $(TOP_BUILD_DIR_ABS)/$@ $(TREE_RULE)
.PHONY: all $(TREEDIRS)
Cross-platform build system is designed to build distributions of different operating systems for a set of target devices
# Generic rule used for source directories
all $(TREEDIRS):
$(TREEDIRS):
@$(MAKE) -C $(TOP_BUILD_DIR_ABS)/$@ $(TREE_RULE)
.PHONY: all $(TREEDIRS)