Add hw_x86_64 to create_builddir tool

This commit is contained in:
Norman Feske
2015-02-06 17:27:44 +01:00
committed by Christian Helmuth
parent 97758f8468
commit cc00af85bf
3 changed files with 33 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ usage:
@echo " 'hw_arndale'"
@echo " 'hw_odroid_xu'"
@echo " 'hw_rpi'"
@echo " 'hw_x86_64'"
@echo " 'foc_x86_32'"
@echo " 'foc_x86_64'"
@echo " 'foc_pbxa9'"
@@ -248,6 +249,9 @@ hw_odroid_xu::
@echo "SPECS = genode hw_odroid_xu" > $(BUILD_DIR)/etc/specs.conf
@echo "SPECS += perf_counter" >> $(BUILD_DIR)/etc/specs.conf
hw_x86_64::
@echo "SPECS = genode hw_x86_64" > $(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