mk: allow to override devel mode from environment
authorLuca Boccassi <lboccass@brocade.com>
Wed, 14 Sep 2016 10:50:42 +0000 (11:50 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 23 Sep 2016 16:30:01 +0000 (18:30 +0200)
RTE_DEVEL_BUILD is set to := y in mk/rte.vars.mk, which makes it
impossible to override via an environment variable, and forces users
to pass it inline in the make call.
Use ?= instead to have it pick up the environment variable as well.

Signed-off-by: Luca Boccassi <lboccass@brocade.com>
Acked-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>

No differences found