Extend create_builddir for the base-hw platforms.

This commit is contained in:
Martin Stein 2012-05-29 11:26:37 +02:00 committed by Norman Feske
parent d079ef51ae
commit 4c710e853b
4 changed files with 15 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -27,6 +27,9 @@ usage:
@echo " 'nova_x86_64'"
@echo " 'codezero_vpb926'"
@echo " 'mb_s3a_starter_kit'"
@echo " 'hw_panda_a2'"
@echo " 'hw_vea9x4'"
@echo " 'hw_pbxa9'"
@echo " 'foc_x86_32'"
@echo " 'foc_x86_64'"
@echo " 'foc_pbxa9'"
@ -177,6 +180,15 @@ mb_s3a_starter_kit::
mb_ml507::
@echo "SPECS = genode mb_ml507" > $(BUILD_DIR)/etc/specs.conf
hw_pbxa9::
@echo "SPECS = genode hw_pbxa9" > $(BUILD_DIR)/etc/specs.conf
hw_vea9x4::
@echo "SPECS = genode hw_vea9x4" > $(BUILD_DIR)/etc/specs.conf
hw_panda_a2::
@echo "SPECS = genode hw_panda_a2" > $(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