nova: make kernel memory configurable

via the Genode build system. Avoids the need to maintain contrib patches on
nova.

Fixes #2162
This commit is contained in:
Alexander Boettcher
2016-11-03 14:43:45 +01:00
committed by Christian Helmuth
parent 74c0b22066
commit 94fd5ad3b0
3 changed files with 4 additions and 4 deletions

View File

@ -39,8 +39,8 @@ LD_SCRIPT_STATIC = hypervisor.o
$(TARGET): hypervisor.o
hypervisor.o: $(NOVA_SRC_DIR)/src/hypervisor.ld
$(VERBOSE)$(CC) $(INCLUDES) -MP -MMD -pipe $(CC_MARCH) -xc -E -P $< -o $@
hypervisor.o: $(NOVA_SRC_DIR)/src/hypervisor.ld target.mk
$(VERBOSE)$(CC) $(INCLUDES) -DCONFIG_KERNEL_MEMORY=32M -MP -MMD -pipe $(CC_MARCH) -xc -E -P $< -o $@
clean cleanall:
$(VERBOSE)rm -rf $(NOVA_BUILD_DIR)