run: add acpi spec as default to foc/nova 64bit

This commit is contained in:
Alexander Boettcher 2013-04-17 16:09:58 +02:00 committed by Norman Feske
parent aa98450f71
commit 2beb851c5a
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,7 @@ foc_x86_32::
foc_x86_64::
@echo "SPECS = genode foc_x86_64" > $(BUILD_DIR)/etc/specs.conf
@echo "SPECS += acpi" >> $(BUILD_DIR)/etc/specs.conf
nova_x86_32::
@echo "SPECS = genode nova_x86_32" > $(BUILD_DIR)/etc/specs.conf
@ -167,6 +168,7 @@ nova_x86_32::
nova_x86_64::
@echo "SPECS = genode nova_x86_64" > $(BUILD_DIR)/etc/specs.conf
@echo "SPECS += acpi" >> $(BUILD_DIR)/etc/specs.conf
foc_pbxa9::
@echo "SPECS = genode foc_pbxa9" > $(BUILD_DIR)/etc/specs.conf