Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag

COMPONENT_TARGETS = $(HARDWARE_NOARCH)

# Always include build-system/core.mk using relative path:
include build-system/core.mk

#
# This Makefile created to allow targets which defined by build-system,
# for example, cleaning all thee directories which contain Makefiles
# for building any TOOLCHAINS components can be done by following
# command:
#
# $ make global_clean
# $ make downloads_clean
#