do not assume relative positions of modules
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
||||
|
||||
module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(origin SRC_ROOT),undefined)
|
||||
SRC_ROOT=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))../../..
|
||||
endif
|
||||
|
||||
include $(module_directory)../../../solenv/gbuild/partial_build.mk
|
||||
include $(SRC_ROOT)/solenv/gbuild/partial_build.mk
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
||||
Reference in New Issue
Block a user