mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 16:59:03 +00:00
build: remove STARTUP_LIB variable (fix #2098)
This commit is contained in:
committed by
Christian Helmuth
parent
9d67f74bd2
commit
4be8c2daa4
@ -3,7 +3,6 @@ include $(call select_from_repositories,mk/spec/nova.mk)
|
||||
TARGET = hypervisor
|
||||
REQUIRES = x86 nova
|
||||
NOVA_BUILD_DIR = $(BUILD_BASE_DIR)/kernel
|
||||
STARTUP_LIB =
|
||||
SRC_CC = $(sort $(notdir $(wildcard $(NOVA_SRC_DIR)/src/*.cpp)))
|
||||
SRC_S = $(sort $(notdir $(wildcard $(NOVA_SRC_DIR)/src/*.S)))
|
||||
INC_DIR = $(NOVA_SRC_DIR)/include
|
||||
|
Reference in New Issue
Block a user