mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-19 08:36:49 +00: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:
parent
27a43543b7
commit
3e9d5c532c
@ -121,7 +121,7 @@ endif
|
||||
#
|
||||
# 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::
|
||||
@cat $(BUILD_CONF).drivers_x86 >> $@
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user