Adapt base-codezero to new ports mechanism

Fixes #1425
This commit is contained in:
Norman Feske
2015-03-02 12:16:36 +01:00
parent 54ef87c979
commit f9269f5cb1
14 changed files with 58 additions and 125 deletions

View File

@ -1,9 +1,6 @@
TARGET = codezero
-include $(BUILD_BASE_DIR)/etc/codezero.conf
ifeq ($(wildcard $(CODEZERO_DIR)),)
$(error No valid kernel configured in 'etc/codezero.conf')
endif
CODEZERO_DIR := $(call select_from_ports,codezero)/src/kernel/codezero
include $(REP_DIR)/lib/mk/codezero_cml.inc