diff options
Diffstat (limited to 'tail_build')
-rw-r--r-- | tail_build/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tail_build/Makefile b/tail_build/Makefile index aca0e3293d59..20bbfb177607 100644 --- a/tail_build/Makefile +++ b/tail_build/Makefile @@ -8,7 +8,10 @@ # 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 include $(SOLARENV)/gbuild/gbuild.mk |