diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-12-11 13:23:13 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-12-11 13:23:13 -0600 |
commit | e1087161cfdded730db5710b2ed594eba5a53b1d (patch) | |
tree | bbd3f2a7364f858e6963a25388de0430ec465832 /config_host.mk.in | |
parent | 45ca417bf90ea7873c4d75cd0611fcf0cf7a33a9 (diff) |
export BUILDDIR in config_host.mk to allow partial build
Change-Id: I865a22e48a3125f40de786933ded8a70c0329a39
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index ffda4d7a162f..accf9fd7ba18 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -10,6 +10,7 @@ # to get them into invoked external configures and override pkg-config there. gb_SPACE:=$(gb_SPACE) $(gb_SPACE) export SRC_ROOT=@SRC_ROOT@ +export BUILDDIR=@SRC_ROOT@ export ABOUT_BACKGROUND_SVG=@ABOUT_BACKGROUND_SVG@ export ALIGNOF_DOUBLE=@ALIGNOF_DOUBLE@ |