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

COMPONENT_TARGETS = $(HARDWARE_BUILD)

include ../../build-system/constants.mk

# ======= __END_OF_REQUIRES__ =======

config_target = .config

BUILD_TARGETS = $(config_target)

CLEANUP_FILES += autom4te.cache
CLEANUP_FILES += $(config_target)
CLEANUP_FILES += config.log
CLEANUP_FILES += config.status
CLEANUP_FILES += configure

include ../../build-system/core.mk

$(config_target):
	@autoconf
	@rm -rf autom4te.cache
	@./configure