d/rules: allow external override of base dpdk configuration 30/1730/1
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Thu, 23 Jun 2016 07:47:13 +0000 (09:47 +0200)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Thu, 23 Jun 2016 14:39:48 +0000 (16:39 +0200)
commit2197f11c1ce454c6968a21698ff43e43611cb4fd
tree95ffde3e4c5d0fcdf5e3a8687cf3be8cfd6c6bd4
parente35f05401a47bf0b69c813e6450bc52c89652931
d/rules: allow external override of base dpdk configuration

By using := instead of = users that rebuild our packaging can overwrite
the following via environment variables:
  DPDK_CONFIG
  RTE_MACHINE
  RTE_TARGET

That is already used by some consumers of the Ubuntu packaging to get
optimized build, but would allow them to go on without a patch on top.
Also since it is a no-op, as long as the variables are not set, it is
fairly safe.

Change-Id: I26265c09c90d33a6e4cd37f8c26ac0ef5baac0c4
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
debian/rules