VPP-79: fix cross-compilation build break 16/1216/2
authorDave Barach <dave@barachs.net>
Fri, 20 May 2016 16:56:41 +0000 (12:56 -0400)
committerDamjan Marion <damarion@cisco.com>
Fri, 20 May 2016 17:46:12 +0000 (17:46 +0000)
commitb635c567d16cb942e9380bedd6cd9e59428da4eb
tree42661115459b497a8f496432e6d1fdd555026b77
parentd686c632d1b1d9a993e53df941fd9696035e91a7
VPP-79: fix cross-compilation build break

.../packages/dpdk.mk must not set $(TARGET). The Makefile fragment
really only needed to use a temporary variable to control the
dpdk Makefile. Simple fix: set $(DPDK_PLATFORM_TARGET) instead.

Change-Id: Ieb61b603bc36ed708a1b1237dc6bc503e90a0b7b
Signed-off-by: Dave Barach <dave@barachs.net>
build-data/packages/dpdk.mk