Radix cross Linux Toolchains for ARC architecture

ARC Toolchains for boot loaders components of some SoCs (such as Amlogic System on Chip)

20 Commits   0 Branches   8 Tags
     5         kx 
     5         kx COMPONENT_TARGETS = $(TOOLCHAIN_HOST)
     5         kx 
     5         kx 
     5         kx include config.mk
     5         kx 
     5         kx 
     5         kx # ======= __END_OF_REQUIRES__ =======
     5         kx 
     5         kx 
     5         kx config_makefile = targets-config.mk
     5         kx 
     5         kx 
     5         kx CLEANUP_FILES += $(config_makefile)
     5         kx 
     5         kx 
     5         kx BUILD_TARGETS = $(config_makefile)
     5         kx 
     5         kx # CORE Makefile:
     5         kx 
     5         kx include core.mk
     5         kx 
     5         kx # Dependencies:
     5         kx 
     5         kx $(config_makefile): $(config_makefile).template
     5         kx 	@echo "Creating $(config_makefile) ..."
     5         kx 	@cp $(config_makefile).template $@