diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-02-18 17:04:22 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-02-18 17:05:49 +0100 |
commit | a5cf6acfab9982bb29bc7df107a34897537bc0b8 (patch) | |
tree | de080740079bd763281474386cd5e7566703dec7 /Makefile.in | |
parent | 29e2eb62e5fea6e7c9d7e9bf7475f2125b3c290d (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.in | 2 |
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 |