Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

65 Commits   2 Branches   12 Tags

COMPONENT_TARGETS = $(TOOLCHAIN_HOST)


include config.mk

REQUIRES  = build-system/3pp/dialog/1.3-20240101
REQUIRES += build-system/3pp/gnattools/13.2.0

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


config_makefile = targets-config.mk

BUILD_TARGETS = $(config_makefile)

CLEANUP_FILES += $(config_makefile)
CLEANUP_FILES += $(CURDIR)/gnattools
CLEANUP_FILES += $(CURDIR)/sbin
CLEANUP_FILES += $(CURDIR)/etc

# CORE Makefile:

include core.mk

# Dependencies:

$(config_makefile): $(config_makefile).template
	@echo "Creating $(config_makefile) ..."
	@cp $(config_makefile).template $@