mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Enable drivers for foc_x86_64 while builddir creation
In the create_builddir script the foc_x86_64 platform was missing when adding x86-drivers to the etc/build.conf file. This lead to failed run-scripts initiated by the autopilot tool.
This commit is contained in:
@@ -121,7 +121,7 @@ endif
|
|||||||
#
|
#
|
||||||
# Add x86 drivers repositories to x86 build directories
|
# Add x86 drivers repositories to x86 build directories
|
||||||
#
|
#
|
||||||
ifeq ($(filter-out foc_x86_32 okl4_x86 nova_x86_32 nova_x86_64 pistachio_x86 fiasco_x86,$(PLATFORM)),)
|
ifeq ($(filter-out foc_x86_32 foc_x86_64 okl4_x86 nova_x86_32 nova_x86_64 pistachio_x86 fiasco_x86,$(PLATFORM)),)
|
||||||
$(BUILD_DIR)/etc/build.conf::
|
$(BUILD_DIR)/etc/build.conf::
|
||||||
@cat $(BUILD_CONF).drivers_x86 >> $@
|
@cat $(BUILD_CONF).drivers_x86 >> $@
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user