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 COMPONENT_TARGETS = $(HARDWARE_BUILD)
     5         kx 
     5         kx include ../../build-system/constants.mk
     5         kx 
     5         kx # ======= __END_OF_REQUIRES__ =======
     5         kx 
     5         kx config_target = .config
     5         kx 
     5         kx BUILD_TARGETS = $(config_target)
     5         kx 
     5         kx CLEANUP_FILES += autom4te.cache
     5         kx CLEANUP_FILES += $(config_target)
     5         kx CLEANUP_FILES += config.log
     5         kx CLEANUP_FILES += config.status
     5         kx CLEANUP_FILES += configure
     5         kx 
     5         kx include ../../build-system/core.mk
     5         kx 
     5         kx $(config_target):
     5         kx 	@autoconf
     5         kx 	@rm -rf autom4te.cache
     5         kx 	@./configure