Use ?= to allow env var overrides in d/rules 68/3068/1
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 21 Sep 2016 15:07:57 +0000 (16:07 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 21 Sep 2016 15:07:57 +0000 (16:07 +0100)
commit103ddb445e7ffef5f565783f67c67b0390774180
tree97514356f1344eb422367333f23d045a1acb08e6
parent5626defbd5bbf462de7a9fb5d5133a9343ea17e1
Use ?= to allow env var overrides in d/rules

In order to allow users to call debian/rules manually and overriding
the default values of DPDK_CONFIG, RTE_MACHINE and RTE_TARGET assign
the defaults with ?= instead of :=

Change-Id: I5b4b63e62572705b37ff37d610df6305546c62f5
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
debian/rules