mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 13:48:30 +00:00
build: remove STARTUP_LIB variable (fix #2098)
This commit is contained in:
parent
9d67f74bd2
commit
4be8c2daa4
@ -25,7 +25,6 @@ all: l4_build_arch_undefined
|
||||
endif
|
||||
|
||||
L4_PKG_DIR = $(L4_SRC_DIR)/l4/pkg
|
||||
STARTUP_LIB =
|
||||
PKG_TAGS = $(addsuffix .tag,$(PKGS))
|
||||
|
||||
ifeq ($(VERBOSE),)
|
||||
|
@ -3,7 +3,6 @@ REQUIRES += fiasco
|
||||
FIASCO_BUILD_DIR = $(BUILD_BASE_DIR)/kernel/$(TARGET)
|
||||
FIASCO = $(FIASCO_BUILD_DIR)/fiasco
|
||||
FIASCO_SRC = $(L4_SRC_DIR)/kernel/fiasco
|
||||
STARTUP_LIB =
|
||||
|
||||
$(TARGET): $(FIASCO)
|
||||
|
||||
|
@ -35,7 +35,6 @@ endif
|
||||
L4_BUILD_DIR = $(BUILD_BASE_DIR)/l4
|
||||
L4_BUILD_OPT = SYSTEM_TARGET=$(CROSS_DEV_PREFIX)
|
||||
L4_PKG_DIR := $(call select_from_ports,foc)/src/kernel/foc/l4/pkg
|
||||
STARTUP_LIB =
|
||||
PKG_TAGS = $(addsuffix .tag,$(PKGS))
|
||||
|
||||
$(TARGET): $(PKG_TAGS)
|
||||
|
@ -3,7 +3,6 @@ REQUIRES += foc
|
||||
FOC_BUILD_DIR = $(BUILD_BASE_DIR)/kernel/$(TARGET)
|
||||
FIASCO = $(FOC_BUILD_DIR)/fiasco
|
||||
FIASCO_SRC := $(call select_from_ports,foc)/src/kernel/foc/kernel/fiasco
|
||||
STARTUP_LIB =
|
||||
|
||||
$(TARGET): $(FIASCO)
|
||||
|
||||
|
@ -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
|
||||
|
@ -2,7 +2,6 @@ TARGET = kernel
|
||||
OKL4_SRC_DIR = $(call select_from_ports,okl4)/src/kernel/okl4
|
||||
OKL4_BUILD_DIR = $(BUILD_BASE_DIR)/kernel
|
||||
REQUIRES += okl4
|
||||
STARTUP_LIB =
|
||||
LIBS = kernel
|
||||
SRC_O += $(addprefix $(OKL4_BUILD_DIR)/asm/,$(addsuffix .o,$(basename $(SRC_SPP))))
|
||||
SRC_CC += $(subst $(OKL4_SRC_DIR)/,,$(wildcard $(OKL4_SRC_DIR)/pistachio/kdb/src/*.cc)) \
|
||||
|
@ -3,7 +3,6 @@ REQUIRES += pistachio
|
||||
KERNEL_BUILD_DIR = $(BUILD_BASE_DIR)/kernel/pistachio
|
||||
KERNEL = $(KERNEL_BUILD_DIR)/x86-kernel
|
||||
KERNEL_SRC := $(call select_from_ports,pistachio)/src/kernel/pistachio/kernel
|
||||
STARTUP_LIB =
|
||||
|
||||
LIBGCC_DIR = $(dir $(shell $(CC) $(CC_MARCH) -print-libgcc-file-name))
|
||||
GCCINC_DIR = $(dir $(shell $(CC) -print-libgcc-file-name))include
|
||||
|
Loading…
x
Reference in New Issue
Block a user