Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

39 Commits   2 Branches   2 Tags
     5         kx 
     5         kx # Generic rule used for source directories
     5         kx 
     5         kx all $(TREEDIRS):
     5         kx 
     5         kx $(TREEDIRS):
     5         kx 	@$(MAKE) -C $(TOP_BUILD_DIR_ABS)/$@ $(TREE_RULE)
     5         kx 
     5         kx .PHONY: all $(TREEDIRS)