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 /Makefile.in | |
parent | 45ca417bf90ea7873c4d75cd0611fcf0cf7a33a9 (diff) |
export BUILDDIR in config_host.mk to allow partial build
Change-Id: I865a22e48a3125f40de786933ded8a70c0329a39
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 b00164237c40..fd66058cb8ca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ endif SHELL=/usr/bin/env bash export SRCDIR:=@SRC_ROOT@ -export BUILDDIR:=$(patsubst %/,%,$(dir $(realpath $(firstword $(MAKEFILE_LIST))))) +export BUILDDIR:=@BUILDDIR@ .PHONY : $(filter-out $(BUILDDIR)/config_host.mk,$(MAKECMDGOALS)) |