5 kx
5 kx COMPONENT_TARGETS = $(TOOLCHAIN_NOARCH)
5 kx
5 kx # Always include build-system/core.mk using relative path:
5 kx include build-system/core.mk
5 kx
5 kx #
5 kx # This Makefile created to allow targets which defined by build-system,
5 kx # for example, cleaning all thee directories which contain Makefiles
5 kx # for byilding any TOOLCHAINS components can be done by following
5 kx # command:
5 kx #
5 kx # $ make tree_clean
5 kx #
5 kx # NOTE: the dist_clean target will be done too.