Gernerate dpdk config out of target specific files 79/879/2
authorDamjan Marion <damarion@cisco.com>
Tue, 26 Apr 2016 08:44:28 +0000 (10:44 +0200)
committerOle Trøan <ot@cisco.com>
Tue, 26 Apr 2016 09:58:19 +0000 (09:58 +0000)
commit106f0eda8d42de69492d97db0cd8e046d9093786
tree11548ceedd4916cc78bb4263889c5ce1835ec580
parent350dc1cd7811c75a1e7a026c5f92a10836c61083
Gernerate dpdk config out of target specific files

DPDK 16.04 introduced new config parameter RTE_ARCH_X86
which was missing in the dpdk/Makefile

That caused issues with virtio devices on older kernels
(observed on 3.13.0).

This patch changes the source of generated config so
it will also include all defines in config/defconfig_TARGET
file.

Change-Id: Idc6ccbef1d01da84235281ea1078c081846446de
Signed-off-by: Damjan Marion <damarion@cisco.com>
dpdk/Makefile