dpdk/Makefile - Allow dpdk target to be set according to the platform 17/1117/3
authorChristophe Fontaine <christophe.fontaine@qosmos.com>
Wed, 11 May 2016 08:40:33 +0000 (08:40 +0000)
committerDamjan Marion <damarion@cisco.com>
Tue, 17 May 2016 19:39:25 +0000 (19:39 +0000)
commit737547efc348c5c60d75a14e04d4aad8499fd3b6
tree747ea4097fbbc4c0df550c05875395c91e85ec76
parent95c8415531a27745c367fe2b352a4bdf2b1c7965
dpdk/Makefile - Allow dpdk target to be set according to the platform

Allows DPDK parameters to be overriden from the platform
definition.

$(PLATFORM)_dpdk_arch = "armv7a"
$(PLATFORM)_dpdk_target = "arm-armv7a-linuxapp-gcc"
$(PLATFORM)_dpdk_make_extra_args = "CONFIG_RTE_EAL_IGB_UIO=y"

Change-Id: I8c0f233942744cb82ca3ed2d65e33acee845cb4e
Signed-off-by: Christophe Fontaine <christophe.fontaine@qosmos.com>
build-data/packages/dpdk.mk
build-data/platforms/arm32.mk
dpdk/Makefile