Kaydet (Commit) 66fdc38f authored tarafından Matúš Kukan's avatar Matúš Kukan

partial_build: make this work also for modules from clone/

üst 48dc8ca4
...@@ -5,7 +5,7 @@ ifeq ($(SOLARENV),) ...@@ -5,7 +5,7 @@ ifeq ($(SOLARENV),)
ifeq ($(gb_Side),) ifeq ($(gb_Side),)
gb_Side:=host gb_Side:=host
endif endif
include $(module_directory)/../config_$(gb_Side).mk include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))../../config_$(gb_Side).mk
endif endif
include $(SOLARENV)/gbuild/gbuild.mk include $(SOLARENV)/gbuild/gbuild.mk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment