Build ego.

--HG--
branch : dtrg-buildsystem
rename : util/arch/build.mk => util/ego/build.mk
This commit is contained in:
David Given
2013-05-15 21:14:06 +01:00
parent f6c43b95ef
commit e9233b4712
17 changed files with 226 additions and 4 deletions

View File

@@ -57,6 +57,10 @@ define build-platform-impl
# Language runtimes
$(foreach runtime, $(RUNTIMES), $(build-runtime-$(runtime)))
# Install the ego descr file for this architecture
$(call build-ego-descr)
endef
build-platform = $(eval $(call build-platform-impl, $1))