mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 01:08:55 +00:00
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:
committed by
Christian Helmuth
parent
74c0b22066
commit
94fd5ad3b0
@ -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)
|
||||
|
Reference in New Issue
Block a user