aboutsummaryrefslogtreecommitdiff
path: root/mk/cleanvars.mk
diff options
context:
space:
mode:
authorPascal Brand <pascal.brand@st.com>2015-05-28 10:54:56 +0200
committerPascal Brand <pascal.brand@st.com>2015-06-01 08:10:11 +0200
commit058f4d126f6510e463fcdfec7414ef38fcc5353a (patch)
tree4ef2924da4142567b7d3cdfa55fd3dcf66a0311e /mk/cleanvars.mk
parent101c9d86379eb1d4b7181461a0f6a659e5e4f849 (diff)
build: remove conf-file from cleanvars.mk
conf-file and conf-mk-file are valid for core and lib compilation. These variables are set only once, when starting the building. Without this patch, the variables are cleaned when compiling the libs. This affects the rules $(objs): $(conf-file) which forces the conf-file generation. In case of parallel build, if libs are compiled before the core, then conf-file is not created, which results in a compilation error. Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Pascal Brand <pascal.brand@st.com>
Diffstat (limited to 'mk/cleanvars.mk')
-rw-r--r--mk/cleanvars.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/cleanvars.mk b/mk/cleanvars.mk
index f072d933..abbdfee9 100644
--- a/mk/cleanvars.mk
+++ b/mk/cleanvars.mk
@@ -8,5 +8,3 @@ libnames :=
libdeps :=
sm-$(sm) :=
incdirs :=
-conf-file :=
-conf-mk-file :=