genode/repos/base-nova/mk/spec/nova.mk

20 lines
492 B
Makefile

#
# Specifics for the NOVA kernel API
#
SPECS += nova
SPECS += pci ps2 vesa framebuffer
#
# Linker options that are specific for x86
#
LD_TEXT_ADDR ?= 0x01000000
#
# We would normally have to do this only in the kernel lib. We do it in
# general nonetheless to ensure that the kernel port, if missing, is added to
# the missing-ports list of the first build stage. The kernel lib is evaluated
# only at a later build stage.
#
NOVA_SRC_DIR := $(call select_from_ports,nova)/src/kernel/nova