summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-02-18 17:04:22 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-02-18 17:05:49 +0100
commita5cf6acfab9982bb29bc7df107a34897537bc0b8 (patch)
treede080740079bd763281474386cd5e7566703dec7 /Makefile.in
parent29e2eb62e5fea6e7c9d7e9bf7475f2125b3c290d (diff)
We still need to export gb_Side for host platform
..where makefiles are not just included. Change-Id: I9c5590c1c846d88955ee153f2af786df020ef991
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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