defs.mk: Include platform.mk from projects.mk

This is needed for MOD_SCRIPT_DIR

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-03-02 19:59:53 +00:00
commit 094f04d02e
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,6 @@ $(eval $(call try_include,$(MODDIR)/make/pre-local.mk))
$(eval $(call try_include,$(TOPDIR)/make/pre-local.mk))
$(eval $(call try_include,pre-local.mk))
include $(MODDIR)/make/platform.mk
include $(MODDIR)/make/projects.mk
ifeq ($(MAKE_BENCHMARK),true)

View file

@ -1,5 +1,7 @@
# == Variables for inter-project-communication
include $(MODDIR)/make/platform.mk
# -- What do I know about myself?
VERSION_FILE := $(firstword $(wildcard VERSION) $(TOPDIR)/VERSION)
ifndef DEVELOPMENT