mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
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:
parent
f9d398d219
commit
094f04d02e
2 changed files with 2 additions and 1 deletions
|
|
@ -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,$(TOPDIR)/make/pre-local.mk))
|
||||||
$(eval $(call try_include,pre-local.mk))
|
$(eval $(call try_include,pre-local.mk))
|
||||||
|
|
||||||
include $(MODDIR)/make/platform.mk
|
|
||||||
include $(MODDIR)/make/projects.mk
|
include $(MODDIR)/make/projects.mk
|
||||||
|
|
||||||
ifeq ($(MAKE_BENCHMARK),true)
|
ifeq ($(MAKE_BENCHMARK),true)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# == Variables for inter-project-communication
|
# == Variables for inter-project-communication
|
||||||
|
|
||||||
|
include $(MODDIR)/make/platform.mk
|
||||||
|
|
||||||
# -- What do I know about myself?
|
# -- What do I know about myself?
|
||||||
VERSION_FILE := $(firstword $(wildcard VERSION) $(TOPDIR)/VERSION)
|
VERSION_FILE := $(firstword $(wildcard VERSION) $(TOPDIR)/VERSION)
|
||||||
ifndef DEVELOPMENT
|
ifndef DEVELOPMENT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue