build: remove STARTUP_LIB variable (fix #2098)

This commit is contained in:
Stefan Kalkowski
2016-09-14 12:12:38 +02:00
committed by Christian Helmuth
parent 9d67f74bd2
commit 4be8c2daa4
7 changed files with 0 additions and 7 deletions

View File

@ -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