base-nova: migrate to new ports mechanism

Issue #1082
This commit is contained in:
Norman Feske
2014-05-18 19:33:29 +02:00
parent 35cf48cdc8
commit 7d4f8fa746
5 changed files with 15 additions and 34 deletions

View File

@ -1,6 +1,6 @@
TARGET = hypervisor
REQUIRES = x86 nova
NOVA_SRC_DIR = $(REP_DIR)/contrib
NOVA_SRC_DIR = $(call select_from_ports,nova)/src/kernel/nova
NOVA_BUILD_DIR = $(BUILD_BASE_DIR)/kernel
STARTUP_LIB =
SRC_CC = $(sort $(notdir $(wildcard $(NOVA_SRC_DIR)/src/*.cpp)))