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