hw_arndale: create builddir support

ref #601
This commit is contained in:
Martin Stein 2013-01-25 14:24:41 +01:00 committed by Norman Feske
parent 86785e70e6
commit 1f95a9be03
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
REPOSITORIES += $(GENODE_DIR)/base-hw

View File

@ -31,6 +31,7 @@ usage:
@echo " 'hw_pbxa9'"
@echo " 'hw_imx31'"
@echo " 'hw_imx53'"
@echo " 'hw_arndale'"
@echo " 'foc_x86_32'"
@echo " 'foc_x86_64'"
@echo " 'foc_pbxa9'"
@ -196,6 +197,9 @@ hw_imx31::
hw_imx53::
@echo "SPECS = genode hw_imx53" > $(BUILD_DIR)/etc/specs.conf
hw_arndale::
@echo "SPECS = genode hw_arndale" > $(BUILD_DIR)/etc/specs.conf
lx_hybrid_x86::
@echo "CROSS_DEV_PREFIX =" > $(BUILD_DIR)/etc/tools.conf
@echo "SPECS += always_hybrid" >> $(BUILD_DIR)/etc/specs.conf