From a5cf6acfab9982bb29bc7df107a34897537bc0b8 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 18 Feb 2013 17:04:22 +0100 Subject: We still need to export gb_Side for host platform ..where makefiles are not just included. Change-Id: I9c5590c1c846d88955ee153f2af786df020ef991 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c9f223764988..c22bc3986519 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,7 +46,7 @@ else # MAKE_RESTARTS all: build ifeq ($(gb_Side),) -gb_Side:=host +export gb_Side:=host endif include $(BUILDDIR)/config_$(gb_Side).mk -- cgit