mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
Add sel4_x86_32 to create_builddir tool
This commit is contained in:
parent
66dd065163
commit
cada11b553
8
repos/base-sel4/mk/spec-sel4_x86_32.mk
Normal file
8
repos/base-sel4/mk/spec-sel4_x86_32.mk
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# Specifics for the seL4 kernel API x86 32 bit
|
||||
#
|
||||
|
||||
SPECS += sel4 x86_32
|
||||
|
||||
include $(call select_from_repositories,mk/spec-x86_32.mk)
|
||||
include $(call select_from_repositories,mk/spec-sel4.mk)
|
7
tool/builddir/etc/build.conf.sel4_x86_32
Normal file
7
tool/builddir/etc/build.conf.sel4_x86_32
Normal file
@ -0,0 +1,7 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-sel4
|
||||
|
||||
##
|
||||
## Kernel-specific run tool configuration
|
||||
##
|
||||
RUN_OPT = --include boot_dir/sel4 \
|
||||
--include power_on/qemu --include log/qemu --include image/iso
|
@ -45,6 +45,7 @@ usage:
|
||||
@echo " 'foc_vea9x4'"
|
||||
@echo " 'foc_panda'"
|
||||
@echo " 'foc_arndale'"
|
||||
@echo " 'sel4_x86_32'"
|
||||
@echo " 'lx_hybrid_x86'"
|
||||
@echo
|
||||
@echo " The definition of BUILD_DIR is optional. If specified,"
|
||||
@ -151,7 +152,7 @@ endif
|
||||
#
|
||||
# Add x86 drivers repositories to x86 build directories
|
||||
#
|
||||
ifeq ($(filter-out foc_x86_32 foc_x86_64 okl4_x86 nova_x86_32 nova_x86_64 pistachio_x86 fiasco_x86 hw_x86_64,$(PLATFORM)),)
|
||||
ifeq ($(filter-out foc_x86_32 foc_x86_64 okl4_x86 nova_x86_32 nova_x86_64 pistachio_x86 fiasco_x86 hw_x86_64 sel4_x86_32,$(PLATFORM)),)
|
||||
$(BUILD_DIR)/etc/build.conf::
|
||||
@cat $(BUILD_CONF).drivers_x86 >> $@
|
||||
endif
|
||||
@ -193,6 +194,10 @@ nova_x86_64::
|
||||
@echo "SPECS = genode nova_x86_64" > $(BUILD_DIR)/etc/specs.conf
|
||||
@echo "SPECS += acpi" >> $(BUILD_DIR)/etc/specs.conf
|
||||
|
||||
sel4_x86_32::
|
||||
@echo "SPECS = genode sel4_x86_32" > $(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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user