Kaydet (Commit) 4a35d824 authored tarafından Luboš Luňák's avatar Luboš Luňák

fix build from tail_build

gb_Side is set either from toplevel Makefile or from any module Makefile,
but not when starting build from tail_build

Change-Id: I4df6eb221f5b778ce3c0234251f8dbbb56645028
üst 42f1f1f5
...@@ -8,7 +8,10 @@ ...@@ -8,7 +8,10 @@
# #
ifeq ($(strip $(SOLARENV)),) ifeq ($(strip $(SOLARENV)),)
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../config_host.mk ifeq ($(gb_Side),)
gb_Side:=host
endif
include $(dir $(realpath $(firstword $(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